Merge "Blacklist eventlet 0.25.0"

This commit is contained in:
Zuul 2019-09-08 18:58:08 +00:00 committed by Gerrit Code Review
commit b1879c409d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
decorator>=3.4.0 # BSD
defusedxml>=0.5.0 # PSF
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet>=0.22.0 # MIT
eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT
greenlet>=0.4.10 # MIT
httplib2>=0.9.1 # MIT
iso8601>=0.1.11 # MIT