Skip to content

Commit 634a001

Browse files
committed
chore(poetry): use poetry-core
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.
1 parent 4ee1618 commit 634a001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pytest-cov = "*"
1818
pytest-celery = "*"
1919

2020
[build-system]
21-
requires = ["poetry>=0.12"]
22-
build-backend = "poetry.masonry.api"
21+
requires = ["poetry-core"]
22+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)