summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-03-11 16:29:53 +0100
committerDirk Mueller <dirk@dmllr.de>2013-03-12 10:28:20 +0100
commitf7c7fb08086b54f15ab5d096b952f7907ea80caa (patch)
tree7463db78ecdae20a196debc8dafe92a191725527
parentf543f347c84e7f5de2c584ca55363e4dee5b0a3d (diff)
downloadnova-f7c7fb08086b54f15ab5d096b952f7907ea80caa.tar.gz
nova-f7c7fb08086b54f15ab5d096b952f7907ea80caa.tar.xz
nova-f7c7fb08086b54f15ab5d096b952f7907ea80caa.zip
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
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index d8b836a29..319f352c9 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -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