typer>=0.9.0
rich>=13.0.0
pydantic>=2.0.0

[:python_version < "3.11"]
tomli>=2.0.0

[all]
typer-powertools[audit,cache,i18n,templates]

[audit]
aiosqlite>=0.19.0

[cache]
diskcache>=5.6.0

[dev]
pytest>=7.0
pytest-asyncio>=0.21
black
isort
mypy

[i18n]
babel>=2.12.0

[templates]
jinja2>=3.1.0
