Skip to content

Commit

Permalink
Update build-system requirement to poetry-core
Browse files Browse the repository at this point in the history
Build system was changed in ddbe061
to use poetry-core, but pyproject.toml still depends on the whole
poetry
  • Loading branch information
abderrahim committed Sep 7, 2024
1 parent 92d3df3 commit fe8fc8d
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 @@ -108,5 +108,5 @@ profile = "black"

[build-system]

requires = ["poetry>=0.12"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit fe8fc8d

Please sign in to comment.