Remove useless paramiko requirements

This patch cleans up the requirements.txt list to remove
paramiko module not used anymore.

Change-Id: I398ba3cbcd25aa6e71eee4cc17a672016776c0b6
This commit is contained in:
avnish 2017-01-11 09:11:42 +05:30
parent e71d7a9e8c
commit 8e226b826f
1 changed files with 0 additions and 1 deletions

View File

@ -9,5 +9,4 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
six>=1.9.0 # MIT
PyMySQL>=0.7.6 # MIT License
paramiko>=2.0 # LGPLv2.1+
pycrypto>=2.6 # Public Domain