fix lower constraints and uncap eventlet

Fix the lower constraints values to match the expected values.

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: I113e66639c61d0a870037c252415a07879e24872
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-11 15:28:03 -04:00
parent a943629f85
commit 1f26391338
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
alabaster==0.7.10
Babel==2.3.4
bandit==1.4.0
bandit==1.1.0
coverage==4.0
ddt==1.0.1
debtcollector==1.2.0
@ -27,7 +27,7 @@ monotonic==0.6
netaddr==0.7.18
netifaces==0.10.4
openstackdocstheme==1.18.1
oslo.concurrency==3.25.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.i18n==3.15.3
oslo.utils==3.33.0
@ -46,7 +46,7 @@ rfc3986==0.3.1
six==1.10.0
smmap==0.9.0
snowballstemmer==1.2.1
Sphinx==1.6.5
Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.20.0
suds-jurko==0.6

View File

@ -16,7 +16,7 @@ PyYAML>=3.12 # MIT
lxml!=3.7.0,>=3.4.1 # BSD
suds-jurko>=0.6 # LGPLv3+
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
requests>=2.14.2 # Apache-2.0
urllib3>=1.21.1 # MIT
oslo.concurrency>=3.26.0 # Apache-2.0