From cdb22746e04f648410342f671c722df72a2105ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lombra=C3=B1a=20Gonz=C3=A1lez?= Date: Sun, 24 May 2020 18:43:46 +0200 Subject: [PATCH] chore: install email_validator. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71270b6e2a..69414dcb24 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,8 @@ "wrapt==1.10.11", "WTForms>=1.0.5", "WTForms-Components>=0.10.3", - "yacryptopan==1.0.0" + "yacryptopan==1.0.0", + "email_validator==1.1.1" ] setup(