| 12345678910111213141516171819 |
- # Runtime
- fastapi>=0.115
- uvicorn[standard]>=0.23
- fastmcp>=2.0.0
- mcp>=1.0.0
- pydantic>=2.6
- jinja2>=3.1.0
- python-dotenv>=1.0.1
- starlette>=0.49.1
- sse-starlette>=3.4.4
- requests>=2.31
- svgwrite>=1.4
- pillow>=10.0
- cairosvg>=2.7
- # Testing
- pytest>=8.4
- pytest-asyncio>=1.0
- httpx2>=2.0
|