Skip to content

Commit

Permalink
Merge pull request #41 from ThomasWaldmann/update-requirements
Browse files Browse the repository at this point in the history
remove cryptography requirement
  • Loading branch information
ThomasWaldmann authored Sep 16, 2024
2 parents 024a91d + 1ee07a1 commit 90b4363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers = [
license = {text="BSD"}
requires-python = ">=3.9"
dependencies = [
"cryptography < 43.0.0", # using a more recent version triggers annoying warnings with paramiko
"paramiko",
]

Expand Down

0 comments on commit 90b4363

Please sign in to comment.