Pin werkzeug to fix breaking tests.
This commit is contained in:
parent
fc13221045
commit
74c74fdb14
2
setup.py
2
setup.py
@ -61,7 +61,7 @@ install_requires = [
|
|||||||
'sqlalchemy<1.4.0',
|
'sqlalchemy<1.4.0',
|
||||||
'unidecode',
|
'unidecode',
|
||||||
'waitress',
|
'waitress',
|
||||||
'werkzeug>=0.7',
|
'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.
|
'wtforms>2.1,<3.0', # Removed the "ext" module in 3.0.
|
||||||
|
|
||||||
# This is optional:
|
# This is optional:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user