allow versions of eventlet > 0.21.0

This commit is contained in:
Joe Mader 2018-05-13 09:37:47 -06:00
parent 1c008060fa
commit cda5bc7825
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# NOTE: OpenStack avoids the newer versions of eventlet, because of the
# NOTE: OpenStack avoids some versions of eventlet, because of the
# following issue.
# https://github.com/eventlet/eventlet/issues/401
eventlet!=0.18.3,>=0.18.2,!=0.20.1,<0.21.0
eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0
msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.15.0