forked from orbit-oss/flask
Pin Werkzeug < 1.0 for 0.12 (#3497)
This commit is contained in:
parent
e007949017
commit
85db0135cb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -71,7 +71,7 @@ setup(
|
|||
zip_safe=False,
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
'Werkzeug>=0.7',
|
||||
'Werkzeug>=0.7,<1.0',
|
||||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.21',
|
||||
'click>=2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue