Add 'requests' lib to requirements.txt

requests lib a dependency that is not
 being mentioned anywhere, but shell module uses it

Change-Id: I34ed13e6efeba3df2dcb4543b96da4949c60b394
Closes-Bug: #1591942
This commit is contained in:
Denis Makogon
2016-06-13 12:52:40 +03:00
parent c17b3c0347
commit 8309c9e3ca

View File

@@ -7,3 +7,4 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
python-dateutil>=2.4.2 # BSD
six>=1.9.0 # MIT
requests>=2.10.0 # Apache-2.0