summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIonuț Arțăriși <iartarisi@suse.cz>2012-10-31 14:32:04 +0100
committerIonuț Arțăriși <iartarisi@suse.cz>2012-10-31 15:36:10 +0100
commitc53ffe59863a02861c3872fbc3190e7e536222a1 (patch)
tree87b77ddb8088d9e95c832d57389205988e4e8e2a /tools
parent9602284c5d5aa25a70aedf91b80828726bbd48c2 (diff)
downloadkeystone-c53ffe59863a02861c3872fbc3190e7e536222a1.tar.gz
pin sqlalchemy to 0.7
sqlalchemy 0.8.0b1 breaks some dependencies such as sqlalchemy-migrate, pin the version until we fix them Fixes bug #1073569 Change-Id: I6620276bf8f0a7cbc1d51aa226cd33c512e59a48
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index ec5562d6b..572d5d47b 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -6,8 +6,8 @@ greenlet
PasteDeploy
paste
routes
-sqlalchemy
-sqlalchemy-migrate
+sqlalchemy>=0.7.8,<=0.7.9
+sqlalchemy-migrate>=0.7.2
passlib
lxml
iso8601>=0.1.4