Skip to content

Commit bb2e20f

Browse files
committed
Depends on itsdangerous>=0.12 now
1 parent 77753e9 commit bb2e20f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run(self):
9393
install_requires=[
9494
'Werkzeug>=0.7',
9595
'Jinja2>=2.4',
96-
'itsdangerous>=0.17'
96+
'itsdangerous>=0.21'
9797
],
9898
classifiers=[
9999
'Development Status :: 4 - Beta',

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ envlist = py26, py27, pypy, py33
33

44
[testenv]
55
deps = -egit+git://github.com/mitsuhiko/werkzeug.git@sprint-branch#egg=werkzeug
6-
-egit+git://github.com/mitsuhiko/itsdangerous.git#egg=itsdangerous
76
commands = python run-tests.py []

0 commit comments

Comments
 (0)