Raise SA dep to 0.9.3

This commit is contained in:
Konsta Vesterinen
2014-02-20 13:28:06 +02:00
parent 97f0041701
commit c23b5dc0ae
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ setup(
], ],
install_requires=[ install_requires=[
'six', 'six',
'SQLAlchemy>=0.8.0', 'SQLAlchemy>=0.9.3',
'toolz>=0.4.1', 'toolz>=0.4.1',
'total_ordering>=0.1' 'total_ordering>=0.1'
if sys.version_info[0] == 2 and sys.version_info[1] < 7 else '' if sys.version_info[0] == 2 and sys.version_info[1] < 7 else ''

View File

@@ -6,4 +6,4 @@ commands = pip install -e ".[test]"
py.test py.test
install_command = pip install {packages} install_command = pip install {packages}
deps = deps =
SQLAlchemy==0.9.2 SQLAlchemy==0.9.3