From e02e9959d60c1ab6c9eb594e68a75c3f37375549 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Mon, 7 Jul 2025 15:47:05 -0400 Subject: [PATCH] chore(deps): Uninstall Python package `wheel` From [Wheel's documentation](https://github.com/pypa/wheel/blob/fc8cb416/README.rst): > ## Historical note > > This project used to contain the implementation of the [setuptools](https://pypi.org/project/setuptools/) > `bdist_wheel` command, but as of setuptools v70.1, it no longer needs > `wheel` installed for that to work. Thus, you should install this > **only** if you intend to use the `wheel` command line tool! --- pyproject.toml | 1 - requirements-dev.in | 1 - requirements-dev.txt | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 677527f8..de2ab7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ [build-system] requires = [ "setuptools==80.9.0", - "wheel==0.45.1", ] build-backend = "setuptools.build_meta" diff --git a/requirements-dev.in b/requirements-dev.in index 4824299e..b2ed6670 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -18,4 +18,3 @@ types-jsonschema==4.24.0.20250528 types-lxml==2025.3.30 types-pytz==2025.2.0.20250516 types-setuptools==80.9.0.20250529 -wheel==0.45.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 60c70052..f33d3760 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -193,9 +193,7 @@ virtualenv==20.31.2 webencodings==0.5.1 # via bleach wheel==0.45.1 - # via - # -r requirements-dev.in - # pip-tools + # via pip-tools zipp==3.20.2 # via # -c requirements.txt