summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-04 14:05:44 +0200
committerGitHub <noreply@github.com>2022-06-04 14:05:44 +0200
commit0ef8bea59ed78aee1127c95d9e4681724f388edf (patch)
tree6dfa62d8e63f090ace19f76357b93e3746314b44 /pyproject.toml
parent0dd2cc8ddfb7a48b693c12f20d68964a78912e59 (diff)
downloadalembic-0ef8bea59ed78aee1127c95d9e4681724f388edf.tar.gz
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cd87f7c..2a8de06 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,6 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=47",
- "wheel>=0.34",
]
[tool.black]