From 3aa78e61e455221c8c9786107f3302f0381c749b Mon Sep 17 00:00:00 2001 From: luolu12 Date: Mon, 21 Aug 2023 14:32:29 +0800 Subject: [PATCH] bugfix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f824aa9..50b60d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,5 +30,5 @@ pytest-socket = [{version="0.3.3", python="~2.7"}, {version="*", python="^3.6"}] tox = [{version="*", python="^3.6"}] [build-system] -build-backend = "poetry.masonry.api" -requires = ["poetry>=0.12"] +build-backend = "poetry.core.masonry.api" +requires = ["poetry-core>=1.0.0"] -- 2.33.0