summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorZhao Chao <zhaochao1984@gmail.com>2018-04-12 18:23:27 +0800
committerZhao Chao <zhaochao1984@gmail.com>2018-04-12 19:20:02 +0800
commit48ac45dae1488491c0ddcf5e2fae3772e4833208 (patch)
tree925dbe829c1873e5768b719de164e6073470f98a /requirements.txt
parente96c0093cd7419252242a4f2b1435436f65697f7 (diff)
downloadtrove-48ac45dae1488491c0ddcf5e2fae3772e4833208.tar.gz
Fix lower-constraints and uncap eventlet10.0.0.0b1
The 'requirements-check' gate job will validate requirements.txt and test-requirements.txt against lower-constraints.txt, i.e. the minimum version should match between lower-constraints and requirements. The change in lower-constraints.txt is produced by fix-lower-constraints.py script from the requirements repo, and 'enum34' is added mannually. This patch also include the commit about 'uncap eventlet' to make the 'requirements-check' actually working, because the change has been already merged in the requirements repo. The original commit message by Doug Hellmann is kept as below for futher referrence: We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Co-Authored-By: Doug Hellmann <doug@doughellmann.com> Change-Id: I61a6904ea433e570420ccd46281162ff174a5737 Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ed5dae2f..16867cd1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
keystonemiddleware>=4.17.0 # Apache-2.0
Routes>=2.3.1 # MIT
WebOb>=1.7.1 # MIT