Skip to content

Commit 132018e

Browse files
committed
remove setuptools from runtime dependencies
pyfaidx does not rely on setuptools during day to day operation, so it can be safely removed from the runtime dependencies. For the rationale, this change originates from the deprecation of the Debian package python3-pkg-resources along the upcoming Python 3.13 reported in [Debian bug #1083691]. For short, python3-pkg-resources happens to be pulled by the packaging tools when runtime dependency on setuptools is declared. [Debian bug #1083691]: https://bugs.debian.org/1083691 Signed-off-by: Étienne Mollier <[email protected]>
1 parent 28510cf commit 132018e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Topic :: Scientific/Engineering :: Bio-Informatics"
2828
]
2929
dependencies = [
30-
"setuptools",
3130
"importlib_metadata",
3231
"packaging"
3332
]

0 commit comments

Comments
 (0)