fastapi>=0.110.0
uvicorn[standard]>=0.29.0
httpx>=0.27.0
pydantic>=2.6.0
python-dotenv>=1.0.0
python-multipart>=0.0.9
pytest>=8.0.0
cryptography>=42.0.0   # AI Provider API Key 加密存储

# 多模态（按需启用）
edge-tts>=6.1.0          # 本地免费 TTS（TTS_MODE=edge，默认开箱即用）
# faster-whisper>=1.0.0  # 本地 STT（STT_MODE=whisper，按需安装）
# qdrant-client>=1.9.0   # 向量库 Qdrant（VECTOR_BACKEND=qdrant 时）
