Switch to itsdangerous
This commit is contained in:
parent
704d94d7b9
commit
3f82d1b68e
2 changed files with 44 additions and 59 deletions
3
setup.py
3
setup.py
|
|
@ -91,7 +91,8 @@ setup(
|
|||
platforms='any',
|
||||
install_requires=[
|
||||
'Werkzeug>=0.7',
|
||||
'Jinja2>=2.4'
|
||||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.16'
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue