diff --git a/poetry.lock b/poetry.lock index 4aa171ee..8d57ae29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2278,4 +2278,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "666e726615fd6a287919677076cabfee2b73998e93b4c207dda7ad9e051520e5" +content-hash = "40ecf27da5ada49f8e1d73f12091b8dda68f434de0dc5cdb674d855526eb78fc" diff --git a/pyproject.toml b/pyproject.toml index c52bfb6c..d1940af1 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] @@ -69,7 +69,6 @@ beautifulsoup4 = ">=4.11.1" certifi = ">=2023.07.22" python = "^3.9.0" pytz = ">=2019.3" -setuptools = ">=65.5.1" voluptuous = ">=0.11.7" websockets = ">=8.1"