Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
`setuptools` and `cffi` still appear to be indirect dependencies, but
there's no need to depend on them directly when they aren't used
directly.
  • Loading branch information
cjwatson committed Oct 24, 2024
1 parent eab1884 commit b1f750e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
setuptools = ">=65.0.0"
paramiko = ">=2.9.5"
scp = ">=0.13.6"
pyyaml = ">=6.0.2"
textfsm = ">=1.1.3"
ntc-templates = ">=3.1.0"
pyserial = ">=3.3"
cffi = ">=1.17.0rc1"
rich = ">=13.8"
"ruamel.yaml" = ">=0.17"

Expand Down

0 comments on commit b1f750e

Please sign in to comment.