Various improvements in regards to the itsdangerous usage, bumped to 0.17

This commit is contained in:
Armin Ronacher 2012-08-11 03:38:46 +01:00
parent a4977cfe2b
commit fe85970665
2 changed files with 41 additions and 16 deletions

View file

@ -92,7 +92,7 @@ setup(
install_requires=[
'Werkzeug>=0.7',
'Jinja2>=2.4',
'itsdangerous>=0.16'
'itsdangerous>=0.17'
],
classifiers=[
'Development Status :: 4 - Beta',