Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
#146 lower pin for features on paramiko; relax upper pin to use newer…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
lsterk authored and amribr committed Nov 3, 2021
1 parent 9284fed commit 81778e1
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 @@ -55,7 +55,7 @@
"PyYAML>3.10",
"pytz>=2014.1",
"requests-futures>0.9.0",
"paramiko<2.5.0",
"paramiko>1.8.0,<3.0.0",
"requests<3.0.0",
"retrying",
"six>=1.10.0",
Expand Down

0 comments on commit 81778e1

Please sign in to comment.