mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 17:52:37 +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
96d5e9b730
commit
86c15b4aa4
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",
|
"Jinja2==2.10.1",
|
||||||
"six==1.12.0",
|
"six==1.12.0",
|
||||||
"WTForms==2.2.1",
|
"WTForms==2.2.1",
|
||||||
|
"Werkzeug==0.16.1",
|
||||||
],
|
],
|
||||||
extras_require={"dev": [
|
extras_require={"dev": [
|
||||||
"zest.releaser",
|
"zest.releaser",
|
||||||
|
|
Loading…
Reference in a new issue