pydantic>=2.0
pyyaml>=6.0
typer>=0.9
questionary>=2.0
fastapi>=0.100
sse-starlette>=1.6
uvicorn>=0.23

[all]
petri-grow[dev,pdf,test]

[dev]
mypy>=1.11
pre-commit>=3.7

[pdf]
pypdf>=4.0

[test]
pytest>=7.0
pytest-asyncio>=0.21
httpx>=0.24
pytest-cov>=5.0
