Skip to content

Commit

Permalink
Bump minimum paramiko version to 2.7.
Browse files Browse the repository at this point in the history
This releasee (2019) adds support for the `Match` SSH config directive
and new OpenSSH key formats.
  • Loading branch information
Fizzadar committed Apr 26, 2021
1 parent 067e83a commit 9b1e061
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 @@ -19,7 +19,7 @@

INSTALL_REQUIRES = (
'gevent>=1.5',
'paramiko>=2.2,<3', # 2.2 (2017) adds Ed25519Key
'paramiko>=2.7,<3', # 2.7 (2019) adds OpenSSH key format + Match SSH config
'click>2',
'colorama<1', # Windows color support for click
'jinja2>2,<3',
Expand Down

0 comments on commit 9b1e061

Please sign in to comment.