Skip to content

Commit

Permalink
Setup: exclude zstandard
Browse files Browse the repository at this point in the history
This is quite the big dependency (~20MB) that is unused.
For non-webhost it is an optional dependency to requests.
  • Loading branch information
black-sliver committed Nov 7, 2024
1 parent 1cba694 commit 663bff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def find_lib(lib: str, arch: str, libc: str) -> Optional[str]:
"packages": ["worlds", "kivy", "cymem", "websockets"],
"includes": [],
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],
"pandas", "zstandard"],
"zip_include_packages": ["*"],
"zip_exclude_packages": ["worlds", "sc2", "orjson"], # TODO: remove orjson here once we drop py3.8 support
"include_files": [], # broken in cx 6.14.0, we use more special sauce now
Expand Down

0 comments on commit 663bff6

Please sign in to comment.