SlideCombine/requirements.txt

9 lines
324 B
Plaintext
Raw Normal View History

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