summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt21
1 files changed, 12 insertions, 9 deletions
diff --git a/requirements.txt b/requirements.txt
index 8ff82a6..0546574 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,15 +1,18 @@
-oslo.config>=1.6.0 # Apache-2.0
-oslo.i18n>=0.1.0
-oslo.serialization>=1.0.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
-oslo.concurrency>=1.4.1 # Apache-2.0
-stevedore>=0.12
+# 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.
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
+oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
enum34
-python-cinderclient>=1.0.6
+python-cinderclient>=1.1.0,<1.2.0
-eventlet>=0.13.0 #s3
-six>=1.4.1
+eventlet>=0.16.1,!=0.17.0
+six>=1.9.0
jsonschema>=2.0.0,<3.0.0