Skip to content

Commit

Permalink
Added missing setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jun 19, 2024
1 parent d9f6b16 commit 9d5d4da
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 @@ -36,7 +36,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black", "build", "isort", "mypy", "pre-commit", "pylint", "twine",
"black", "build", "isort", "mypy", "pre-commit", "pylint", "setuptools", "twine",
]

doc = [
Expand Down

0 comments on commit 9d5d4da

Please sign in to comment.