summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-20 22:01:57 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-20 22:01:57 +0000
commit4b6290d381c4a4e0756d17c6f6c8c7a05376a810 (patch)
tree08edaa847e4420cd64fc79319e5e070809fbb781 /requirements.txt
parent501199baa9162dd23a5d3553e5c8ba641ec76f28 (diff)
downloadtrove-4b6290d381c4a4e0756d17c6f6c8c7a05376a810.tar.gz
Updated from global requirements
Change-Id: Ida28257c0bb7dcc9ca3f8faaaefb8bdf8953c33a
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 30ba61ae..5a5a6679 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
-eventlet>=0.18.2 # MIT
+eventlet!=0.18.3,>=0.18.2 # MIT
keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
@@ -33,7 +33,7 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
MySQL-python;python_version=='2.7' # GPL
Babel>=1.3 # BSD