mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:18:24 -04:00
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:
@@ -18,6 +18,7 @@ pytz==2019.3
|
|||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
eventlet==0.25.1
|
eventlet==0.25.1
|
||||||
notifications-python-client==5.5.1
|
notifications-python-client==5.5.1
|
||||||
|
WTForms==2.2.1 # Pinned because of breaking change in 2.3.0
|
||||||
|
|
||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ pytz==2019.3
|
|||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
eventlet==0.25.1
|
eventlet==0.25.1
|
||||||
notifications-python-client==5.5.1
|
notifications-python-client==5.5.1
|
||||||
|
WTForms==2.2.1 # Pinned because of breaking change in 2.3.0
|
||||||
|
|
||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
@@ -74,6 +75,5 @@ texttable==1.6.2
|
|||||||
urllib3==1.25.9
|
urllib3==1.25.9
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
Werkzeug==1.0.1
|
Werkzeug==1.0.1
|
||||||
WTForms==2.3.0
|
|
||||||
xlrd==1.2.0
|
xlrd==1.2.0
|
||||||
xlwt==1.3.0
|
xlwt==1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user