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:
Akihiro Motoki 2018-08-26 03:48:46 +09:00
parent eed2ef17e5
commit de3e484798
2 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,7 @@ python-novaclient>=9.1.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
pytz>=2013.6 # MIT
PyYAML>=3.12 # MIT
requests>=2.14.2 # Apache-2.0
semantic-version>=2.3.1 # BSD
six>=1.10.0 # MIT
XStatic>=1.0.0 # MIT License

View File

@ -16,7 +16,6 @@ flake8-import-order==0.12 # LGPLv3
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
requests>=2.14.2 # Apache-2.0
selenium>=2.50.1 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT