forked from orbit-oss/flask
Various improvements in regards to the itsdangerous usage, bumped to 0.17
This commit is contained in:
parent
a4977cfe2b
commit
fe85970665
2 changed files with 41 additions and 16 deletions
2
setup.py
2
setup.py
|
|
@ -92,7 +92,7 @@ setup(
|
|||
install_requires=[
|
||||
'Werkzeug>=0.7',
|
||||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.16'
|
||||
'itsdangerous>=0.17'
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue