Skip to content

Commit

Permalink
Update paramiko version to fit python2/3 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pureyxu committed Sep 28, 2020
1 parent 2ea3229 commit aeb1327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ six >= 1.10
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.15.1
paramiko >= 2.7.1
paramiko == 2.7.1
pyjwt >= 1.7.1
requests >= 2.20.1
typing>=3.7.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
VERSION = '1.8.0'

REQUIRES = ['urllib3 >= 1.15', 'six >= 1.10', 'certifi >= 14.05.14',
'python-dateutil >= 2.5.3', 'paramiko >= 2.4.2',
'python-dateutil >= 2.5.3', 'paramiko == 2.7.1',
'PyJWT >= 1.7.1', 'requests >= 2.20.1']

readme = open('README.md', 'r')
Expand Down

0 comments on commit aeb1327

Please sign in to comment.