pydantic>=2.0.0
psutil>=5.9.0

[all]
isre[dev,server,test]

[dev]
ruff>=0.1.0
mypy>=1.0.0

[server]
fastapi>=0.100.0
uvicorn[standard]>=0.20.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
hypothesis>=6.0.0
