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=[
'six',
'SQLAlchemy>=0.8.0',
'SQLAlchemy>=0.9.3',
'toolz>=0.4.1',
'total_ordering>=0.1'
if sys.version_info[0] == 2 and sys.version_info[1] < 7 else ''

View File

@@ -37,7 +37,7 @@ class TestCase(object):
def setup_method(self, method):
self.engine = create_engine(self.dns)
#self.engine.echo = True
# self.engine.echo = True
self.connection = self.engine.connect()
self.Base = declarative_base()

View File

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