pico-ioc>=2.2.0
opentelemetry-sdk>=1.25

[all]
pico-otel[celery,fastapi,logging,otlp,prometheus,sqlalchemy]

[celery]
opentelemetry-instrumentation-celery

[dev]
pytest>=8
pytest-asyncio
pytest-cov>=5
ruff

[fastapi]
opentelemetry-instrumentation-fastapi

[logging]
opentelemetry-instrumentation-logging

[otlp]
opentelemetry-exporter-otlp

[prometheus]
opentelemetry-exporter-prometheus
prometheus-client

[sqlalchemy]
opentelemetry-instrumentation-sqlalchemy
