Merge branch 'sprint-branch' of https://github.com/mitsuhiko/flask into sprint-branch
This commit is contained in:
commit
0f5d8c258c
2 changed files with 1 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -93,7 +93,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Werkzeug>=0.7',
|
'Werkzeug>=0.7',
|
||||||
'Jinja2>=2.4',
|
'Jinja2>=2.4',
|
||||||
'itsdangerous>=0.17'
|
'itsdangerous>=0.21'
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -3,5 +3,4 @@ envlist = py26, py27, pypy, py33
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -egit+git://github.com/mitsuhiko/werkzeug.git@sprint-branch#egg=werkzeug
|
deps = -egit+git://github.com/mitsuhiko/werkzeug.git@sprint-branch#egg=werkzeug
|
||||||
-egit+git://github.com/mitsuhiko/itsdangerous.git#egg=itsdangerous
|
|
||||||
commands = python run-tests.py []
|
commands = python run-tests.py []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue