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: I601de7319d2ed7746135028b64483110c19becdf
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Tristan Cacqueray 2017-12-18 14:01:39 +00:00
parent 00c67aa5f2
commit 896dc23031
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ git+https://github.com/sigmavirus24/github3.py.git@develop#egg=Github3.py
PyYAML>=3.1.0
Paste
WebOb>=1.2.3
paramiko>=1.8.0,<2.0.0
paramiko>=2.0.1
GitPython>=2.1.8
python-daemon>=2.0.4,<2.1.0
extras