summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Post <cent@spline.de>2020-08-07 21:29:35 +0200
committerJonah BrĂ¼chert <jbb@kaidan.im>2023-05-22 00:28:13 +0200
commitb21b940a3ded4bc5eb664a6b787d1f0fbbc7cc88 (patch)
treebc7cd0ceb27791a76aa34cfc16fed24f70b7741c
parent318ae24c3daad456083ae7ec00f2baf9b7672d57 (diff)
downloadweb-b21b940a3ded4bc5eb664a6b787d1f0fbbc7cc88.tar.gz
web-b21b940a3ded4bc5eb664a6b787d1f0fbbc7cc88.tar.bz2
web-b21b940a3ded4bc5eb664a6b787d1f0fbbc7cc88.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