mirror of https://github.com/n1nj4sec/pupy.git
SSH: speedup deps loading
This commit is contained in:
parent
6879714cb4
commit
a0d02543ec
|
@ -18,7 +18,8 @@ class SSH(PupyModule):
|
|||
""" ssh client """
|
||||
|
||||
dependencies = [
|
||||
'paramiko', 'cryptography', 'ecdsa', 'ssh'
|
||||
'nacl', 'bcrypt', 'ecdsa',
|
||||
'cryptography', 'paramiko', 'ssh'
|
||||
]
|
||||
|
||||
closer = None
|
||||
|
|
Loading…
Reference in New Issue