Skip to content

Commit

Permalink
Use an older version of Paramiko to stay compatible with Py 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Dec 21, 2017
1 parent 22d0043 commit d2da585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -168,8 +168,8 @@ def run_tests(self):
install_requires=[
'coloredlogs',
'dictproxyhack',
# paramiko and pycrypto are required for SSH operations
'paramiko',
# Paramiko ceased support for Python 2.6 in version 2.4.0
'paramiko<2.4',
'pycrypto',
# prettytable -- format tabular text output
'prettytable',
Expand Down

0 comments on commit d2da585

Please sign in to comment.