summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2014-11-03 17:12:24 +0200
committerJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2014-11-03 18:23:04 +0200
commitf5f4f90e5170a2c67ff0b5198b2e8b57b5d42341 (patch)
treef4d1cbb86554ade9e9af605273576fb651552ae4 /requirements.txt
parent17c11b1239dcf2360597d13e4e34f8a8c8e96ecf (diff)
downloadpython-barbicanclient-f5f4f90e5170a2c67ff0b5198b2e8b57b5d42341.tar.gz
Sync with global requirements3.0.1
In addition, the test code was updated to fix a test failure. This failure occurred due to a change of behaviour from the version we were using of cliff, which now differs in version 1.7.0. Change-Id: I06782928414561f7cb4088e385e82c882de4ff46
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt
index 60c5eeb..f1c6c3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,12 @@
-pbr>=0.5.21,<1.0
+# The order of packages is significant, because pip processes them in the order
+# 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
argparse
-requests>=1.2.3
-six>=1.5.2
-python-keystoneclient>=0.9.0
+requests>=2.2.0,!=2.4.0
+six>=1.7.0
+python-keystoneclient>=0.11.1
cliff>=1.7.0 # Apache-2.0
-oslo.i18n>=1.0.0 # Apache-2.0
-oslo.serialization>=1.0.0 # Apache-2.0
-oslo.utils>=1.0.0 # Apache-2.0
+oslo.i18n>=1.0.0 # Apache-2.0
+oslo.serialization>=1.0.0 # Apache-2.0
+oslo.utils>=1.0.0 # Apache-2.0