From 7b1766bbb51c762ee8817ee41f57ec2bb48f42ed Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 4 Aug 2024 18:21:50 +0200 Subject: [PATCH] remove unused setuptools --- poetry.lock | 18 +----------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51fdc4c..fa87f81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,22 +752,6 @@ files = [ {file = "ruff-0.4.10.tar.gz", hash = "sha256:3aa4f2bc388a30d346c56524f7cacca85945ba124945fe489952aadb6b5cd804"}, ] -[[package]] -name = "setuptools" -version = "69.5.1" -description = "Easily download, build, install, upgrade, and uninstall Python packages" -optional = false -python-versions = ">=3.8" -files = [ - {file = "setuptools-69.5.1-py3-none-any.whl", hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32"}, - {file = "setuptools-69.5.1.tar.gz", hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] -testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] - [[package]] name = "six" version = "1.16.0" @@ -918,4 +902,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a67d762d50b254a5af3e9d10c347662d6aaeff7c0df7d80c2ece5074f0d484dd" +content-hash = "b2c3f42d0b9acb7e5b355bb987ae3f85be3074d787b2be2c6531839d2dae21b5" diff --git a/pyproject.toml b/pyproject.toml index d75eca3..90fe336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ pydantic = "^2.7.4" [tool.poetry.group.dev.dependencies] pytest = "^7.4.3" -setuptools = "^69.0.2" pytest-ruff = "^0.3.2" ruff = "^0.4.8" pytest-asyncio = "^0.23.8"