Skip to content

Commit

Permalink
chore(poetry): use poetry-core
Browse files Browse the repository at this point in the history
Before 1.1.0, it made sense to use poetry as a PEP517 build backend but now that
https://pypi.org/project/poetry-core/ exist, it's a lightweight alternative that does not require
installing Poetry for this.
  • Loading branch information
RaitoBezarius committed Jun 9, 2023
1 parent 4ee1618 commit 931a33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pytest-cov = "*"
pytest-celery = "*"

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

0 comments on commit 931a33c

Please sign in to comment.