forked from orbit-oss/flask
commit
c5c8bbc7f6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ setup(
|
||||||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Werkzeug>=0.14',
|
'Werkzeug>=0.14',
|
||||||
'Jinja2>=2.10',
|
'Jinja2>=2.10.1',
|
||||||
'itsdangerous>=0.24',
|
'itsdangerous>=0.24',
|
||||||
'click>=5.1',
|
'click>=5.1',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue