Pin werkzeug < 1.0.0.

In 1.0.0, the werkzeug.contrib module was removed which was required for `werkzeug.contrib.atom.AtomFeed`.
This commit is contained in:
Ben Sturmfels 2020-04-01 15:26:47 +11:00
parent b89226422c
commit 5c77906947
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -55,7 +55,7 @@ install_requires = [
'py-bcrypt',
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
'werkzeug>=0.7,<1.0.0',
'celery>=3.0',
'jinja2',
'Babel>=1.3',