Skip to content

Commit bc8d9d5

Browse files
committed
Update Poetry build backend to poetry-core
https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
1 parent df21f12 commit bc8d9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/backend/app/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ multi_line_output = 3
3737
include_trailing_comma = true
3838
force_grid_wrap = 0
3939
line_length = 88
40-
[build-system]
41-
requires = ["poetry>=0.12"]
42-
build-backend = "poetry.masonry.api"
4340

41+
[build-system]
42+
requires = ["poetry-core>=1.0.0"]
43+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)