docker
RestrictedPython
loguru

[all]
agentrun_plus[api]
agentrun_plus[test]
agentrun_plus[dev]
agentrun_plus[docs]

[api]
fastapi==0.110.1
uvicorn==0.35.0
fastmcp==2.14.5
python-multipart==0.0.9
pydantic==2.11.7

[build]
build
twine

[dev]
mypy

[docs]
mkdocs
mkdocs-material
mkdocstrings[python]
mkdocs-jupyter

[test]
pytest>=7.4.3
pytest-cov>=4.1.0
pytest-mock>=3.12.0
httpx>=0.25.2
pytest-benchmark
pytest-asyncio==0.21.1
requests==2.31.0
pytest-xdist==3.3.1
pytest-timeout==2.2.0
fastmcp==2.14.5
