Skip to content

Commit 84ecef9

Browse files
committed
remove setuptools from dependencies
pkg_resources is no longer used
1 parent 9a1e4e0 commit 84ecef9

File tree

2 files changed

+7
-55
lines changed

2 files changed

+7
-55
lines changed

poetry.lock

Lines changed: 7 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ tenacity = ">=9.0.0"
8787
pytest-docker-tools = ">=3.1.3"
8888
docker = "^7.1.0"
8989
psutil = ">=7.0.0"
90-
setuptools = [
91-
{ version = ">=60.0.0,<75.0.0", python = ">=3.8,<3.9" },
92-
{ version = ">=75.8.0", python = ">=3.9,<4.0" },
93-
]
9490
debugpy = "^1.8.12"
9591

9692
[tool.poetry.extras]

0 commit comments

Comments
 (0)