Skip to content

Commit e4368fb

Browse files
committed
Add paramiko requirement for SSH transport
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 2e4a453 commit e4368fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ enum34==1.1.6
99
idna==2.5
1010
ipaddress==1.0.18
1111
packaging==16.8
12+
paramiko==2.4.2
1213
pycparser==2.17
1314
pyOpenSSL==18.0.0
1415
pyparsing==2.2.0

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
# 'requests[security] >= 2.5.2, != 2.11.0, != 2.12.2'
4343
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=1.3.4', 'idna>=2.0.0'],
4444

45+
# Only required when connecting using the ssh:// protocol
46+
'ssh': ['paramiko>=2.4.2'],
47+
4548
}
4649

4750
version = None

0 commit comments

Comments
 (0)