summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Post <cent@spline.de>2020-08-07 21:29:35 +0200
committerVincent Post <cent@spline.de>2020-08-07 21:29:35 +0200
commita710c7128b78a3d65868b4479946ec7d39306a56 (patch)
treedf7510ce20a1d873d1b40821e998818b7cddf0df
parent83abd90f5b7d7907d43a967e274a1ceaaa189e1f (diff)
downloadweb-a710c7128b78a3d65868b4479946ec7d39306a56.tar.gz
web-a710c7128b78a3d65868b4479946ec7d39306a56.tar.bz2
web-a710c7128b78a3d65868b4479946ec7d39306a56.zip
Updated WTForms (which now requires email_validator for email validation)
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6e0e93e..124923a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,8 @@ Flask-Script==0.6.7 # none
Flask-Login==0.2.6 # none
Werkzeug==1.0.1 # >=0.6
Jinja2==2.11.2 # >=2.4
-WTForms==2.0.1 # >=1.0
+WTForms==2.3.3 # >=1.0
itsdangerous==1.1.0 # none
+email_validator==1.1.1
pycryptodome
ldap3