requirements.txt 130 B

1234567
  1. # FastAPI 后端依赖
  2. fastapi>=0.135.1
  3. uvicorn[standard]>=0.30.0
  4. anthropic==0.40.0
  5. python-dotenv==1.0.0
  6. mcp==0.9.1
  7. httpx==0.27.0