Skip to content

Commit 931a33c

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 931a33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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)