summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-10-18 22:44:02 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-10-18 22:44:02 +0000
commit67e5cf52dafdfc57c9b9ad0da10ae70c05bbf67f (patch)
treeae342fccf0120389df3361ed62ff5b57cd1499df
parent98b45c35913ab96f161ef695ff99f69a968130b5 (diff)
downloadpython-heatclient-stable/liberty.tar.gz
Updated from global requirementsliberty-eolstable/liberty
Change-Id: I4c19bb1fa5303c2bc7b7a4ae6b148cde105ba10d
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index c554db1..bd83971 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
pbr>=1.6
argparse
iso8601>=0.1.9
@@ -10,7 +10,7 @@ PrettyTable<0.8,>=0.7
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
-python-keystoneclient!=1.8.0,>=1.6.0
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
python-swiftclient>=2.2.0
PyYAML>=3.1.0
requests!=2.8.0,!=2.9.0,>=2.5.2