Skip to content

Commit

Permalink
use new paramiko
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Aug 23, 2024
1 parent 6b3745d commit 137ad0e
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 @@ -9,7 +9,7 @@
CURDIR = dirname(abspath(__file__))
REQUIREMENTS = ["robotframework >= 3.0"]
if not sys.platform.startswith("java"):
REQUIREMENTS.append("paramiko >= 1.15.3,<3")
REQUIREMENTS.append("paramiko >= 1.15.3")
REQUIREMENTS.append("scp >= 0.13.0")
if sys.version_info[0] < 3 and os.name == "nt":
REQUIREMENTS.append("win_inet_pton >= 1.1.0")
Expand Down

0 comments on commit 137ad0e

Please sign in to comment.