Skip to content

Commit

Permalink
chore(deps): remove obsolete types-setuptools (#106)
Browse files Browse the repository at this point in the history
Before #105,
`pkg_resources` was implicitly present with `setuptools`, so it was
useful to have `types-setuptools` to check typing. But now that the
usage is gone, the typing dependency should not be needed. It probably
should have never been a direct dependency anyway, but only a dev
dependency, as AFAIK it was only useful locally to verify typing, not
when installing the library for consumers.

Signed-off-by: Mathieu Kniewallner <[email protected]>
  • Loading branch information
mkniewallner authored Oct 24, 2024
1 parent 28fe5b3 commit 5937fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 2 additions & 13 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ keywords = [
[tool.poetry.dependencies]
python = "^3.8"
packaging = ">=23.2"
types-setuptools = ">=69.1.0"

[tool.poetry.group.dev.dependencies]
coverage = "7.4.4"
Expand Down

0 comments on commit 5937fb4

Please sign in to comment.