截图识别飞书个人任务清单

This commit is contained in:
2026-03-18 15:15:52 +08:00
parent cb5efbe3ca
commit 69f92205e9
23 changed files with 5835 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# 核心依赖
openai>=1.0.0
watchdog>=3.0.0
requests>=2.31.0
pyyaml>=6.0.1
# Web应用依赖
flask>=2.3.0
flask-cors>=4.0.0
# 可选依赖
# pillow>=10.0.0 # 如果需要本地图片处理
# torch>=2.0.0 # 如果需要GPU加速
# 开发依赖(可选)
# pytest>=7.0.0 # 用于单元测试
# black>=23.0.0 # 代码格式化
# flake8>=6.0.0 # 代码检查