summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-19 15:55:37 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-19 15:55:37 +0000
commit7b9bec765f549cf28d16c95cd9ec7311989559be (patch)
tree5415300d9b7102fdc10ef3b4e4062ba9213de84d /requirements.txt
parent0b7c4da7b6741140e6ed39454e4f794089e118c0 (diff)
downloadglance_store-7b9bec765f549cf28d16c95cd9ec7311989559be.tar.gz
Updated from global requirements
Change-Id: Id902f238ab06ba0da1b62a7b1e050d3a86550da5
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index d85dd5d..cee4a33 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,10 @@
# 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.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.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'