Skip to content

Commit

Permalink
Remove paramiko dependency (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Oct 10, 2023
1 parent 06c5548 commit eb1cc29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [{name = "Kevin Phoenix", email = "[email protected]"}]
maintainers = [{name = "Kevin Phoenix", email = "[email protected]"}]
dependencies = [
"paramiko>=3.1.0",
]
dependencies = []
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit eb1cc29

Please sign in to comment.