typer>=0.9
psycopg[binary]>=3.1
pydantic>=2.5
pydantic-settings>=2.0
structlog>=23.0
python-dateutil>=2.8
python-dotenv>=1.0
rich>=13.0

[benchmark]
pytest-benchmark>=4.0
testcontainers[postgres]>=4.0
psycopg[binary]>=3.1

[django]
Django>=4.2

[docs]
mkdocs-material>=9.5
mkdocstrings[python]>=0.24

[observability]
opentelemetry-api>=1.20
prometheus-client>=0.17
sentry-sdk>=1.30

[sqlalchemy]
SQLAlchemy>=2.0

[test]
pytest>=7.0
pytest-cov>=5.0
pytest-django>=4.5
testcontainers[postgres]>=4.0
hypothesis>=6.100
pglast>=6.0

[typecheck]
ty==0.0.31
django-stubs<6,>=5.0
