Pin SQLAlchemy to 0.7.x

0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

Change-Id: Iea57598698b4faf906e82a2974497221d07f4d16
This commit is contained in:
Xavier Queralt 2014-02-05 12:26:37 +01:00
parent 07cdc02380
commit 10a6be7047
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# package to get the right headers...
greenlet>=0.3.1
SQLAlchemy>=0.7,<=0.7.9
SQLAlchemy>=0.7.8,<0.7.99
anyjson
eventlet>=0.9.12
PasteDeploy