|
@@ -26,6 +26,8 @@ openai>=1.0.0
|
|
|
pydantic>=2.0.0
|
|
pydantic>=2.0.0
|
|
|
loguru>=0.7.0
|
|
loguru>=0.7.0
|
|
|
tenacity>=8.2.0
|
|
tenacity>=8.2.0
|
|
|
|
|
+docstring-parser>=0.15
|
|
|
|
|
+Pillow>=10.0.0
|
|
|
|
|
|
|
|
# For FastAPI + APScheduler (if using server.py)
|
|
# For FastAPI + APScheduler (if using server.py)
|
|
|
fastapi>=0.104.0
|
|
fastapi>=0.104.0
|
|
@@ -35,5 +37,8 @@ apscheduler>=3.10.0
|
|
|
# Database (MySQL)
|
|
# Database (MySQL)
|
|
|
pymysql>=1.1.0
|
|
pymysql>=1.1.0
|
|
|
|
|
|
|
|
|
|
+# Feishu SDK
|
|
|
|
|
+lark-oapi>=1.5.0
|
|
|
|
|
+
|
|
|
# Optional: Prometheus metrics
|
|
# Optional: Prometheus metrics
|
|
|
# prometheus-client>=0.19.0
|
|
# prometheus-client>=0.19.0
|