Files
cutThenThink/requirements.txt

19 lines
311 B
Plaintext
Raw Normal View History

# CutThenThink 纯云端版本依赖
# 本版本使用云端 API 进行 OCR 和 AI 处理,无需任何本地 ML 库
# GUI框架
PyQt6>=6.7.0
# 数据库
SQLAlchemy>=2.0.36
# AI服务API调用
openai>=1.0.0
anthropic>=0.18.0
# 工具库
requests>=2.31.0
pyyaml>=6.0.1
pillow>=10.0.0
pyperclip>=1.8.2