From 0064ef8336651a9c7b0c484aee7123d83050bab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Jan 2023 22:31:04 +0100 Subject: [PATCH] Use poetry-core as the build backend instead of full poetry --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8e13d2..ba2dc27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ pytest = "^6.2.2" filecheck = "filecheck.filecheck:main" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" [tool.black] line-length = 80