Files
cutThenThink/requirements.txt

23 lines
279 B
Plaintext
Raw Normal View History

# CutThenThink 项目依赖
# GUI框架
PyQt6==6.6.1
PyQt6-WebEngine==6.6.0
# 数据库
SQLAlchemy==2.0.25
# OCR识别
paddleocr>=2.7.0
paddlepaddle>=2.6.0
# AI服务
openai>=1.0.0
anthropic>=0.18.0
# 工具库
requests>=2.31.0
pyyaml>=6.0.1
pillow>=10.0.0
pyperclip>=1.8.2