requirements: remove paramiko <2.0 cap

It seems like recent version fixes deadlock issue and there is security
concerns regarding PyCrypto: http://www.paramiko.org/installing-1.x.html

Change-Id: Ia464931228ebdec15354cfd1176c48f6ee48eb0e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Tristan Cacqueray 2017-12-18 13:32:20 +00:00 committed by Paul Belanger
parent a20d81c32c
commit a345b92954
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pbr>=1.3
PyYAML
paramiko>1.11.6,<2.0.0
paramiko>=2.0.1
python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0