This commit is contained in:
douboer
2025-09-08 09:54:04 +08:00
parent 227c7f806f
commit 71e9ffede1
15 changed files with 22 additions and 30 deletions

View File

@@ -1,24 +1,10 @@
# iBooks 笔记导出工具依赖
# GUI 界面支持
# iBooks 笔记导出 & GUI 工具依赖
PyQt6>=6.0.0
# Qt Designer 工具(用于编辑 .ui 文件和生成界面代码)
PyQt6-tools>=6.0.0
# HTML/XML 解析
beautifulsoup4>=4.9.0
# 命令行交互界面(用于 exportbooknotes.py
InquirerPy>=0.3.0
# 可视化:已改为使用原生 Qt(QPainter) 自绘, 不再依赖 matplotlib
# 以下为 Python 标准库,无需安装:
# sqlite3 - 数据库支持
# plistlib - plist 文件解析
# collections - 数据结构
# datetime - 日期时间处理
# os - 系统操作
# re - 正则表达式
# shutil - 文件操作
# sys - 系统相关
requests>=2.31.0
openai>=1.0.0
Pillow>=10.0.0 # 可选:封面缩略图生成
# matplotlib 已移除(自绘 charts若需要旧版本图表可手动添加matplotlib>=3.7.0