]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Remove redundant wheel dep from pyproject.toml (#1047)
authorMichał Górny <mgorny@gentoo.org>
Sat, 4 Jun 2022 12:05:44 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 12:05:44 +0000 (14:05 +0200)
Remove the redundant `wheel` dependency, as it is added by the backend
automatically.  Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a

pyproject.toml

index cd87f7ce5b442bb8dfd14a4b7fc366da43d967ef..2a8de061dae89e94732aff580278d9b26c3d382e 100644 (file)
@@ -2,7 +2,6 @@
 build-backend = "setuptools.build_meta"
 requires = [
     "setuptools>=47",
-    "wheel>=0.34",
 ]
 
 [tool.black]