Skip to content

Commit d06c004

Browse files
Use poetry core as build system to compliant with PEP-517
1 parent 5af256e commit d06c004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pytest-cov = "^6.3.0"
2323
respx = "^0.22.0"
2424

2525
[build-system]
26-
requires = ["poetry>=0.12"]
27-
build-backend = "poetry.masonry.api"
26+
requires = ["poetry-core>=1.0.0"]
27+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)