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:
Dirk Mueller
2013-03-11 16:29:53 +01:00
parent f543f347c8
commit f7c7fb0808

View File

@@ -1,4 +1,4 @@
SQLAlchemy>=0.7.8,<=0.7.9
SQLAlchemy>=0.7.8,<0.7.99
Cheetah>=2.4.4
amqplib>=0.6.1
anyjson>=0.2.4