Pin WTForms to current version

Version 2.3.0 contains a number of breaking changes which we can address
later.
This commit is contained in:
Chris Hill-Scott
2020-04-22 16:29:50 +01:00
parent 0d92664fc8
commit 8faffad508
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ pytz==2019.3
gunicorn==20.0.4
eventlet==0.25.1
notifications-python-client==5.5.1
WTForms==2.2.1 # Pinned because of breaking change in 2.3.0
# PaaS
awscli-cwlogs>=1.4,<1.5

View File

@@ -20,6 +20,7 @@ pytz==2019.3
gunicorn==20.0.4
eventlet==0.25.1
notifications-python-client==5.5.1
WTForms==2.2.1 # Pinned because of breaking change in 2.3.0
# PaaS
awscli-cwlogs>=1.4,<1.5
@@ -74,6 +75,5 @@ texttable==1.6.2
urllib3==1.25.9
webencodings==0.5.1
Werkzeug==1.0.1
WTForms==2.3.0
xlrd==1.2.0
xlwt==1.3.0