SSH: speedup deps loading

This commit is contained in:
Oleksii Shevchuk 2018-09-19 16:11:57 +03:00
parent 6879714cb4
commit a0d02543ec
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ class SSH(PupyModule):
""" ssh client """
dependencies = [
'paramiko', 'cryptography', 'ecdsa', 'ssh'
'nacl', 'bcrypt', 'ecdsa',
'cryptography', 'paramiko', 'ssh'
]
closer = None