From: Michał Górny Date: Sat, 4 Jun 2022 12:05:44 +0000 (+0200) Subject: Remove redundant wheel dep from pyproject.toml (#1047) X-Git-Tag: rel_1_8_1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef8bea59ed78aee1127c95d9e4681724f388edf;p=thirdparty%2Fsqlalchemy%2Falembic.git Remove redundant wheel dep from pyproject.toml (#1047) 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 --- diff --git a/pyproject.toml b/pyproject.toml index cd87f7ce..2a8de061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools>=47", - "wheel>=0.34", ] [tool.black]