Skip to content

Commit aeb1327

Browse files
committed
Update paramiko version to fit python2/3 environment
1 parent 2ea3229 commit aeb1327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ six >= 1.10
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
55
urllib3 >= 1.15.1
6-
paramiko >= 2.7.1
6+
paramiko == 2.7.1
77
pyjwt >= 1.7.1
88
requests >= 2.20.1
99
typing>=3.7.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
VERSION = '1.8.0'
1313

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

1818
readme = open('README.md', 'r')

0 commit comments

Comments
 (0)