From fe8fc8d59ce0651393bc4535723950cc32c29cc0 Mon Sep 17 00:00:00 2001 From: Abderrahim Kitouni Date: Sat, 7 Sep 2024 11:34:47 +0100 Subject: [PATCH] Update build-system requirement to poetry-core Build system was changed in ddbe061e52c1e2ff08bd7a9066b987071713a6fa to use poetry-core, but pyproject.toml still depends on the whole poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b071d13e..a424edfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,5 +108,5 @@ profile = "black" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"