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.

`setuptools` still needs to be a development dependency to work around
klen/pylama#249.
  • Loading branch information
cjwatson committed Oct 25, 2024
1 parent eab1884 commit 9350b52
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

3 changes: 1 addition & 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 All @@ -45,6 +43,7 @@ pysnmp = "6.2.6"
pdoc3 = "0.11.1"
types-paramiko = "3.5.0.20240918"
types-PyYAML = "6.0.12.20240917"
setuptools = ">=65.0.0"

[tool.poetry.group.parsers]
optional = true
Expand Down

0 comments on commit 9350b52

Please sign in to comment.