diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-04 22:05:10 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-04 22:05:10 +1000 |
commit | d5720a050749d7b3fa28846bbd4ece9df5e1bfb6 (patch) | |
tree | 0a4aae895458dbdcd895ed632aaa0ae2586972ef | |
parent | 74c74fdb145d05c89f79393e324b6b789863f19e (diff) | |
download | mediagoblin-d5720a050749d7b3fa28846bbd4ece9df5e1bfb6.tar.lz mediagoblin-d5720a050749d7b3fa28846bbd4ece9df5e1bfb6.tar.xz mediagoblin-d5720a050749d7b3fa28846bbd4ece9df5e1bfb6.zip |
fixup! Pin werkzeug to fix breaking tests.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |