fix: reduce distribution size

This commit is contained in:
sebthom
2025-05-15 11:43:38 +02:00
committed by Sebastian Thomschke
parent 6ede14596d
commit f1cd597dd8
2 changed files with 14 additions and 5 deletions

View File

@@ -22,9 +22,13 @@ excluded_modules = [
"bz2",
"ftplib",
"lzma",
"mypy", # wrongly included dev-dep
"rich", # wrongly included dev-dep (transitive dep of pip-audit)
"setuptools",
"smtplib",
"statistics",
"toml", # wrongly included dev-dep (transitive dep of pip-audit)
"tomllib",
"tracemalloc",
"xml.sax",
"xmlrpc"