mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
Pin Werkzeug to 0.16.1
Werkzeug 1.0.0 changed some imports, and this breaks the version of Flask-Babel we use. It's been fixed since then, but better keep it safe by pinning a slightly older version of Werkzeug.
This commit is contained in:
parent
b836c9e763
commit
e04628066f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -71,6 +71,7 @@ setup(name='ihatemoney',
|
|||
"Jinja2==2.10.1",
|
||||
"six==1.12.0",
|
||||
"WTForms==2.2.1",
|
||||
"Werkzeug==0.16.1",
|
||||
],
|
||||
extras_require={"dev": [
|
||||
"zest.releaser",
|
||||
|
|
Loading…
Reference in a new issue