summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-27 04:13:55 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-27 04:13:55 +0000
commiteb2ab178f5f9ef79355b0ecc3cb39e95d0a3a518 (patch)
treebcf2d5b1db757443560474cc4590cd971c261216 /requirements.txt
parentd19a18c4e59e9a1f07fda2ebb55a7cc69a683be5 (diff)
downloadglance_store-eb2ab178f5f9ef79355b0ecc3cb39e95d0a3a518.tar.gz
Updated from global requirements
Change-Id: I6a7bf3c63ee25b6da71aeb68dfc0339148b63d9a
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index e88ad6e..374e315 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
# 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.11.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=1.6.0 # Apache-2.0
-oslo.concurrency>=2.1.0 # Apache-2.0
+oslo.utils>=2.0.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'