# === 核心依赖 ===
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.6.0
python-dotenv>=1.0.0
aiofiles>=23.2.1

# === HTTP 客户端 ===
httpx>=0.26.0
openai>=1.10.0

# === 浏览器自动化 ===
playwright>=1.41.0
playwright-stealth>=1.0.6

# === 数据库 ===
sqlalchemy>=2.0.0
aiosqlite>=0.19.0

# === 开发依赖 (生产不需要) ===
# pytest>=8.0.0
