fixup! Pin werkzeug to fix breaking tests.

This commit is contained in:
Ben Sturmfels 2021-04-04 22:05:10 +10:00
parent 74c74fdb14
commit d5720a0507

View File

@ -61,7 +61,7 @@ install_requires = [
'sqlalchemy<1.4.0',
'unidecode',
'waitress',
'werkzeug>=0.7,<=2.0.0', # 2.0.0 breaks legacy API and submission tests.
'werkzeug>=0.7,<2.0.0', # 2.0.0 breaks legacy API and submission tests.
'wtforms>2.1,<3.0', # Removed the "ext" module in 3.0.
# This is optional: