aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-04 21:40:03 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-04 21:40:03 +1000
commit74c74fdb145d05c89f79393e324b6b789863f19e (patch)
tree6c783e3dfb68de36d5ce5500791b3c03c468107b /setup.py
parentfc13221045d644d310016a00e5416582df2cbcf2 (diff)
downloadmediagoblin-74c74fdb145d05c89f79393e324b6b789863f19e.tar.lz
mediagoblin-74c74fdb145d05c89f79393e324b6b789863f19e.tar.xz
mediagoblin-74c74fdb145d05c89f79393e324b6b789863f19e.zip
Pin werkzeug to fix breaking tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5fa253af..0b9fdc5b 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ install_requires = [
'sqlalchemy<1.4.0',
'unidecode',
'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.
# This is optional: