Bring back futures for py27
It's the one py2-specific dependency that python-swiftclient needs; keep it around so the Swift team can still modify their requirements files. Needed-By: https://review.opendev.org/#/c/750475/ Change-Id: I704979556369dc244da51608a13abc5a06a29912
This commit is contained in:
parent
7482d3a1f1
commit
eadd2c4b0f
@ -64,6 +64,7 @@ extras # MIT
|
||||
falcon # Apache-2.0
|
||||
Flask!=0.11 # BSD
|
||||
Flask-RESTful # BSD
|
||||
futures!=0.17.0;python_version=='2.7' # PSF
|
||||
futurist # Apache-2.0
|
||||
glance-store!=0.29.0 # Apache-2.0
|
||||
google-api-python-client # Apache-2.0
|
||||
|
@ -532,6 +532,7 @@ XStatic-Angular-Vis===4.16.0.0
|
||||
iniconfig===1.0.1
|
||||
confluent-kafka===1.5.0
|
||||
xvfbwrapper===0.2.9
|
||||
futures===3.3.0;python_version=='2.7'
|
||||
tosca-parser===2.1.1
|
||||
Flask===1.1.2
|
||||
httpx===0.14.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user