Move requests to requirements.txt
requests is used in non-test code in horizon (openstack_dashboard/exceptions.py). It should be declared in requirements.txt. Closes-Bug: #1789040 Change-Id: I325b5344d45f797d256bb213093082927068a88e
This commit is contained in:
parent
eed2ef17e5
commit
de3e484798
@ -37,6 +37,7 @@ python-novaclient>=9.1.0 # Apache-2.0
|
|||||||
python-swiftclient>=3.2.0 # Apache-2.0
|
python-swiftclient>=3.2.0 # Apache-2.0
|
||||||
pytz>=2013.6 # MIT
|
pytz>=2013.6 # MIT
|
||||||
PyYAML>=3.12 # MIT
|
PyYAML>=3.12 # MIT
|
||||||
|
requests>=2.14.2 # Apache-2.0
|
||||||
semantic-version>=2.3.1 # BSD
|
semantic-version>=2.3.1 # BSD
|
||||||
six>=1.10.0 # MIT
|
six>=1.10.0 # MIT
|
||||||
XStatic>=1.0.0 # MIT License
|
XStatic>=1.0.0 # MIT License
|
||||||
|
@ -16,7 +16,6 @@ flake8-import-order==0.12 # LGPLv3
|
|||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
mox3>=0.20.0 # Apache-2.0
|
mox3>=0.20.0 # Apache-2.0
|
||||||
nodeenv>=0.9.4 # BSD
|
nodeenv>=0.9.4 # BSD
|
||||||
requests>=2.14.2 # Apache-2.0
|
|
||||||
selenium>=2.50.1 # Apache-2.0
|
selenium>=2.50.1 # Apache-2.0
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user