pyyaml>=6.0
click>=8.0

[dev]
pytest>=8
pytest-xdist>=3
pytest-cov>=6
mypy>=2.3
ruff>=0.16
hypothesis>=6
xmlschema>=3
build>=1

[gateway]
httpx>=0.27

[identity]
pyjwt[crypto]>=2.8

[otel]
opentelemetry-api>=1.20
opentelemetry-sdk>=1.20
opentelemetry-exporter-otlp-proto-http>=1.20

[postgres]
psycopg>=3.1
