uncap eventlet

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.

Change-Id: I589a35f4ec9f322a6a0fb026a83f6c42bfc377f0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-11 11:52:25 -04:00
parent da8a8051b7
commit c5899b1d8a
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ tornado>=4.5.3 # Apache-2.0
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
# NOTE(sdague): before allowing in >= 0.21 please be sure
# https://github.com/eventlet/eventlet/issues/401 is resolved
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
keystoneauth1>=3.3.0 # Apache-2.0
monasca-common>=2.7.0 # Apache-2.0