Fully clean up requirement.txt dependencies

This patch cleans up the requirements.txt list to remove
paramiko, greenlet and urllib3 modules not used anymore.

Change-Id: I8d91ce6ffcd1637098b898db81afc61c5b3a1cb9
This commit is contained in:
Bertrand Lallau 2017-01-05 22:54:35 +01:00
parent edd6934577
commit 6fd2e3f6a6
1 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ decorator>=3.4.0 # BSD
docker-py!=1.8.0,>=1.6.0 # Apache-2.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
iso8601>=0.1.11 # MIT
jsonpatch>=1.1 # BSD
keystoneauth1>=2.16.0 # Apache-2.0
@ -37,7 +36,6 @@ oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
oslo.versionedobjects>=1.17.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0
paramiko>=2.0 # LGPLv2.1+
pbr>=1.8 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
@ -54,5 +52,4 @@ six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0
taskflow>=2.7.0 # Apache-2.0
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
urllib3>=1.15.1 # MIT
Werkzeug>=0.7 # BSD License