summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:49 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:49 +0000
commitf4908a66bce8a45bd19fa783684b56e74fbff4ca (patch)
tree7972aa0293e340b4ad00133dbb70664369985fcb /requirements.txt
parent04543e7c9ca0ed9935e75e913cd51531a6245b7e (diff)
downloadpython-keystoneclient-f4908a66bce8a45bd19fa783684b56e74fbff4ca.tar.gz
Updated from global requirements
Change-Id: I84da18441e32ced8121d93a786ff4c2fe9fe3ce5
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index 096e04b..2e91d5c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,17 +2,17 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
argparse
-Babel>=1.3,<=1.3
-iso8601>=0.1.9,<=0.1.10
-netaddr>=0.7.12,<=0.7.13
-oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
-oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
-oslo.serialization>=1.0.0,<=1.2.0 # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
-PrettyTable>=0.7,<0.8
-requests>=2.1.0,!=2.4.0,<=2.2.1
-six>=1.7.0,<=1.9.0
-stevedore>=1.0.0,<=1.3.0 # Apache-2.0
+Babel<=1.3,>=1.3
+iso8601<=0.1.10,>=0.1.9
+netaddr<=0.7.13,>=0.7.12
+oslo.config<=1.6.0,>=1.4.0 # Apache-2.0
+oslo.i18n<=1.3.1,>=1.0.0 # Apache-2.0
+oslo.serialization<=1.2.0,>=1.0.0 # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+PrettyTable<0.8,>=0.7
+requests!=2.4.0,<=2.2.1,>=2.1.0
+six<=1.9.0,>=1.7.0
+stevedore<=1.3.0,>=1.0.0 # Apache-2.0