summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-11 00:47:50 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-11 00:47:50 +0000
commit2f14ca162f182d04af9e29cc8f7184f974d45e4d (patch)
tree0d693b379b6431c4e5dc15b5f858a06ceabcdd1d
parent62e7280e0f8fb08b56f9eb7d706ae19cf0448b41 (diff)
downloadoslo-messaging-2f14ca162f182d04af9e29cc8f7184f974d45e4d.tar.gz
Updated from global requirements
Change-Id: I95c7c2b87735dae3e98ad401d05cf382022c1199
-rw-r--r--requirements-py3.txt4
-rw-r--r--requirements.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 32739db..744d9dd 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -7,7 +7,7 @@ oslo.context>=0.2.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
-stevedore>=1.3.0 # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
# for jsonutils
six>=1.9.0
@@ -26,7 +26,7 @@ amqp>=1.4.0
kombu>=3.0.7
# middleware
-oslo.middleware>=1.2.0 # Apache-2.0
+oslo.middleware>=1.2.0,!=2.0.0 # Apache-2.0
# FIXME: concurrent.futures is part of the Python stdlib since Python 3.2,
# but the requirements is still needed because of a bug in tox:
diff --git a/requirements.txt b/requirements.txt
index a6373a4..7a27c16 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@ oslo.context>=0.2.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
-stevedore>=1.3.0 # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
# for jsonutils
six>=1.9.0
@@ -28,7 +28,7 @@ amqp>=1.4.0
kombu>=3.0.7
# middleware
-oslo.middleware>=1.2.0 # Apache-2.0
+oslo.middleware>=1.2.0,!=2.0.0 # Apache-2.0
# for the futures based executor
futures>=3.0