Skip to content

Commit

Permalink
Require Paramiko>=2.7, to allow "new format" OpenSSH keys.
Browse files Browse the repository at this point in the history
Fixes #647
  • Loading branch information
riccardomurri committed Dec 5, 2019
1 parent 27563bb commit 001233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run_tests(self):
'click>=4.0', ## click.prompt() added in 4.0
'coloredlogs',
'netaddr',
'paramiko',
'paramiko>=2.7', ## see issue #647
'schema',
'subprocess32', ## stdlib subprocess but correct under multithreading
# Azure cloud
Expand Down

0 comments on commit 001233f

Please sign in to comment.