diff --git a/poetry.lock b/poetry.lock index f96d22a..05224f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1733,4 +1733,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "c26ed751c1c758c7fb530ed7c2f3c159076a11edbee59d154e6cfb3446f27118" +content-hash = "1466c711106adf712d52afcc66186574de61fe5b1830960fa887644d87101aea" diff --git a/pyproject.toml b/pyproject.toml index e8c13f2..b7558f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 35.0.2", "wheel >= 0.29.0", "poetry>=0.12"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.black] @@ -62,7 +62,6 @@ classifiers = [ aiohttp = ">=3.8.0" certifi = ">=2023.07.22" python = "^3.9.0" -setuptools = ">=65.5.1" [tool.poetry.group.dev.dependencies] GitPython = ">=3.1.32"