include full websockets module due to dynamic imports not being identifiable by cx_freeze

This commit is contained in:
Fabian Dill 2021-05-15 23:01:52 +02:00
parent c4f5db9c84
commit 8e27ad3547
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ cx_Freeze.setup(
executables=exes,
options={
"build_exe": {
"packages": ["websockets"],
"includes": [],
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],