Skip to content

Commit b63cd4e

Browse files
committed
注释掉对rich包的包含选项,以避免不必要的依赖
1 parent e56ac30 commit b63cd4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def build():
2626
# "--windows-icon-from-ico=icon.ico", # Uncomment if you have an icon file
2727

2828
# Include necessary packages (resolve dynamic imports for rich)
29-
"--include-package=rich",
30-
"--include-package=rich._unicode_data",
29+
# "--include-package=rich",
30+
# "--include-package=rich._unicode_data",
3131
"--include-package-data=rich",
3232

3333
# Include other core packages

0 commit comments

Comments
 (0)