Files
cutThenThink/requirements-core.txt

22 lines
373 B
Plaintext
Raw Permalink Normal View History

# CutThenThink 核心依赖纯接口版本无本地ML库
#
# 此版本使用云端 API 进行 OCR 和 AI 处理
# 不需要安装任何本地机器学习库
# 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
numpy>=1.24.0