typer>=0.9.0
httpx>=0.25.0
pydantic>=2.0
pydantic-settings>=2.0
pyyaml>=6.0
aiosqlite>=0.19.0
tenacity>=8.2.0
rich>=13.0.0

[dev]
pytest>=7.0
pytest-asyncio>=0.21.0
ruff>=0.1.0
respx>=0.20.0

[postgres]
asyncpg>=0.29.0
