Skip to content

Commit

Permalink
Merge pull request #1088 from mayeut/patch-1
Browse files Browse the repository at this point in the history
Add a lower bound pin on setuptools dependency
  • Loading branch information
RonnyPfannschmidt authored Jan 14, 2025
2 parents 15d62ac + 09c1f51 commit 1ddd483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dynamic = [
]
dependencies = [
"packaging>=20",
"setuptools",
"setuptools>=61",
'tomli>=1; python_version < "3.11"',
'typing-extensions; python_version < "3.10"',
]
Expand Down

0 comments on commit 1ddd483

Please sign in to comment.