# FastAPI 和 Web 服务器
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.3

# HTTP客户端 - 用于LiteLLM SDK调用
httpx>=0.27.0

# 环境变量
python-dotenv>=1.0.0

# JSON处理
orjson>=3.9.0

# 类型提示
typing-extensions>=4.9.0

# 日志
loguru>=0.7.0

# 异步工具
asyncio-throttle>=1.0.2

# HTTP客户端 - 用于搜索和其他API调用
aiohttp>=3.9.0
requests>=2.31.0

