Depends on itsdangerous>=0.12 now

This commit is contained in:
Daniel Neuhäuser 2013-05-26 15:37:52 +02:00
parent 77753e9b73
commit bb2e20f53f
2 changed files with 1 additions and 2 deletions

View file

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