# FastAPI 后端
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-dotenv>=1.0.0
pydantic>=2.5.0

# Azure OpenAI
openai>=1.6.0

# MCP 客户端（基于 httpx-sse）
httpx>=0.25.0
httpx-sse>=0.4.0

# 异步支持
aiofiles>=23.2.0
anyio>=4.0.0
