From a4d926bd7a92b1e66db752fdcc8aaf7c44dd2afb Mon Sep 17 00:00:00 2001 From: Ashwin Nair Date: Tue, 14 Jun 2022 16:26:52 +0400 Subject: [PATCH] Use python-poetry/poetry-core#398 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7265c9dee9f..249be919208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ poetry = "poetry.console.application:main" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core @ https://github.com/python-poetry/poetry-core/archive/refs/pull/398/head.zip"] build-backend = "poetry.core.masonry.api"