Skip to content

Commit

Permalink
Install ssh2-python based on which python is used
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed May 24, 2024
1 parent 4eee338 commit b26630a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
23 changes: 22 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pyOpenSSL = "24.0.0"
cryptography = "42.0.4"
pycryptodome = "3.19.1"
retrying = "1.3.4"
ssh2-python = "1.0.0"
ssh2-python = { version = "1.0.0", python = "<3.12" }
ssh2-python312 = { version = "0.1.1", python = ">=3.12" }
ssh-python = "1.0.0"
parallel-ssh = "2.2.0"
requests = "2.31.0"
Expand Down

0 comments on commit b26630a

Please sign in to comment.