SlideCombine/requirements.txt
2025-11-24 17:24:27 +08:00

9 lines
324 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PDF书签合并工具依赖包
# 核心依赖使用Python标准库无需额外依赖
# 如果需要更好的界面美化,可以安装以下包(可选)
# ttkthemes==3.2.2 # 提供更多主题选择
# pillow==10.0.0 # 图标处理支持
# 打包工具
# pyinstaller==5.13.2 # 用于打包成独立exe文件