projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b892264
)
Pin werkzeug < 1.0.0.
author
Ben Sturmfels
<ben@sturm.com.au>
Wed, 1 Apr 2020 04:26:47 +0000
(15:26 +1100)
committer
Ben Sturmfels
<ben@sturm.com.au>
Wed, 1 Apr 2020 04:26:47 +0000
(15:26 +1100)
In 1.0.0, the werkzeug.contrib module was removed which was required for `werkzeug.contrib.atom.AtomFeed`.
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index e959ec9f28c76745a6c97632bbe1dcc8cc99b77c..7788b5a1bd1400ec539c130f42be96abb839631d 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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',