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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user