summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-07 06:52:10 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-07 06:52:10 +0000
commit434031792a6a3f2d84a95a5658d68b3b25a6f8dd (patch)
treec8e49f6d87c759365e6bf2b8907c28925d01cc2e
parentc427fb467dc576fb0aa730d5a337c11b4cfb18ae (diff)
downloadglance_store-434031792a6a3f2d84a95a5658d68b3b25a6f8dd.tar.gz
Updated from global requirements
Change-Id: Ideafaa1bbdd5c8c63d29bfaa64c678a24387d7cd
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 85c0a98..64a7cc4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,13 @@
# 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>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
-enum34;python_version=='2.7' or python_version=='2.6'
+enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
eventlet>=0.17.4
six>=1.9.0