diff options
Diffstat (limited to 'setup.py.in')
-rw-r--r-- | setup.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py.in b/setup.py.in index b53bc244..10e650b5 100644 --- a/setup.py.in +++ b/setup.py.in @@ -45,7 +45,7 @@ setup( 'PasteScript', 'wtforms', 'py-bcrypt', - 'pytest', + 'pytest>=2.3.1', 'pytest-xdist', 'werkzeug>=0.7', 'celery==2.5.3', @@ -57,7 +57,7 @@ setup( 'webtest<2', 'ConfigObj', 'Markdown', - 'sqlalchemy>=0.7.0', + 'sqlalchemy>=0.8.0', 'sqlalchemy-migrate', 'mock', 'itsdangerous', |