mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: reduce distribution size
This commit is contained in:
committed by
Sebastian Thomschke
parent
6ede14596d
commit
f1cd597dd8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user