mirror of https://github.com/docker/docker-py.git
Add paramiko requirement for SSH transport
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
2e4a45358e
commit
e4368fb0f3
|
@ -9,6 +9,7 @@ enum34==1.1.6
|
|||
idna==2.5
|
||||
ipaddress==1.0.18
|
||||
packaging==16.8
|
||||
paramiko==2.4.2
|
||||
pycparser==2.17
|
||||
pyOpenSSL==18.0.0
|
||||
pyparsing==2.2.0
|
||||
|
|
Loading…
Reference in New Issue