requirements.txt 155 B

1234567891011
  1. # Runtime
  2. fastapi>=0.115.0
  3. uvicorn[standard]>=0.30.0
  4. fastmcp>=2.0.0
  5. mcp>=1.0.0
  6. pydantic>=2.8.0
  7. jinja2>=3.1.0
  8. python-dotenv>=1.0.1
  9. # Testing
  10. pytest>=8.0.0