requirements.txt 274 B

12345678910111213141516171819
  1. # Runtime
  2. fastapi>=0.115
  3. uvicorn[standard]>=0.23
  4. fastmcp>=2.0.0
  5. mcp>=1.0.0
  6. pydantic>=2.6
  7. jinja2>=3.1.0
  8. python-dotenv>=1.0.1
  9. starlette>=0.49.1
  10. sse-starlette>=3.4.4
  11. requests>=2.31
  12. svgwrite>=1.4
  13. pillow>=10.0
  14. cairosvg>=2.7
  15. # Testing
  16. pytest>=8.4
  17. pytest-asyncio>=1.0
  18. httpx2>=2.0