summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-07 06:05:49 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-07 06:05:49 +0000
commitc45912533620b7dc2d6bd2dac293b7dcb39759ff (patch)
treeded25ffb8ce2de86d6c9c478159af639a84785e7 /requirements.txt
parent2dbd5d99bbf71ad5c4a81f54e8d4ce0de258ab00 (diff)
downloadkeystone-c45912533620b7dc2d6bd2dac293b7dcb39759ff.tar.gz
Updated from global requirements
Change-Id: I18ad1691692dc495a41de1a10ceccd39d20b4848
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index b377d765a..62aa1c22f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
# Temporarily add Babel reference to avoid problem
# in keystone-coverage-db CI job
-Babel>=2.3.4 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
pbr>=2.0.0 # Apache-2.0
WebOb>=1.7.1 # MIT
@@ -14,7 +14,7 @@ Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
cryptography>=1.6 # BSD/Apache-2.0
six>=1.9.0 # MIT
-SQLAlchemy>=1.0.10 # MIT
+SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
passlib>=1.7.0 # BSD