From 38795c9a464fb6bcb778c655ab1469fa933a54c3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 18:29:39 +0000 Subject: Add command line interface for admin tasks --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 7e927e1..5a24279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ flask-mail = "^0.9.1" pyjwt = "^1.7" flask-bootstrap = "^3.3" python-dotenv = "^0.10.1" +email_validator = "^1.0" [tool.poetry.dev-dependencies] pytest = "^3.0" -- cgit v1.2.3