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