mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
include full websockets module due to dynamic imports not being identifiable by cx_freeze
This commit is contained in:
1
setup.py
1
setup.py
@@ -83,6 +83,7 @@ cx_Freeze.setup(
|
|||||||
executables=exes,
|
executables=exes,
|
||||||
options={
|
options={
|
||||||
"build_exe": {
|
"build_exe": {
|
||||||
|
"packages": ["websockets"],
|
||||||
"includes": [],
|
"includes": [],
|
||||||
"excludes": ["numpy", "Cython", "PySide2", "PIL",
|
"excludes": ["numpy", "Cython", "PySide2", "PIL",
|
||||||
"pandas"],
|
"pandas"],
|
||||||
|
Reference in New Issue
Block a user