Skip to content

Commit

Permalink
Merge pull request #479 from vishwin/master
Browse files Browse the repository at this point in the history
Remove setuptools as a runtime dependency
  • Loading branch information
mjurbanski-reef committed Mar 5, 2024
2 parents 8ee9e7b + 6c0bb6d commit 86f28dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+setuptools.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove `setuptools` as a runtime dependency; retained for `lint` as `liccheck` still uses `pkg_resources`.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies = [
"requests<3.0.0,>=2.9.1",
"tqdm<5.0.0,>=4.5.0",
"typing-extensions>=4.7.1; python_version < '3.12'",
"setuptools>=60.0",
"packaging>=21.0",
]
requires-python = ">=3.7"
Expand Down Expand Up @@ -171,6 +170,7 @@ lint = [
"ruff==0.1.15",
"pytest==6.2.5",
"liccheck==0.9.2",
"setuptools",
]
test = [
"coverage==7.2.7",
Expand Down

0 comments on commit 86f28dc

Please sign in to comment.