Fix incompatible requirement in requirement.txt

Requirement for package eventlet has an exclusion not found in
the global list: set(['<0.21.0', '!=0.20.1', '!=0.18.3'])
vs. set(['!=0.20.1', '!=0.18.3'])

Change-Id: Ieb6f40efde78fc0df42c395f0ed650df5b2d0f77
This commit is contained in:
Nguyen Hai 2018-04-11 15:00:35 +09:00
parent ec3e9dbb32
commit 623d914348
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ defusedxml>=0.5.0 # PSF
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
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
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT
WebOb>=1.7.1 # MIT