Skip to content

Commit

Permalink
packaging: Make paramiko and transitive SSH dependencies optional (#2822
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edgarrmondragon authored Jan 6, 2025
1 parent 53b5bd7 commit b605dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cryptography = { version = ">=3.4.6", optional = true }
PyJWT = { version = "~=2.4", optional = true }

# SSH extras
paramiko = ">=3.3.0"
paramiko = { version = ">=3.3.0", optional = true }

[tool.poetry.extras]
jwt = [
Expand Down

0 comments on commit b605dc2

Please sign in to comment.