Skip to content

Commit

Permalink
fix: [poetry] Trying to fix missing setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Dec 20, 2024
1 parent ed75735 commit 18236e4
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 @@ -55,5 +55,5 @@ flake8 = "^3.8.3"
pytest = "^7.1.2"

[build-system]
requires = ["poetry_core>=1.2", "setuptools>=65.1.1"]
requires = ["poetry_core>=1.2", "setuptools"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 18236e4

Please sign in to comment.