mirror of https://github.com/pallets/flask.git
Depends on itsdangerous>=0.12 now
This commit is contained in:
parent
77753e9b73
commit
bb2e20f53f
2
setup.py
2
setup.py
|
|
@ -93,7 +93,7 @@ setup(
|
|||
install_requires=[
|
||||
'Werkzeug>=0.7',
|
||||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.17'
|
||||
'itsdangerous>=0.21'
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Reference in New Issue