typer~=0.9.0
pydantic~=2.4.2
httpx~=0.24.1
rich~=13.6.0
ujson~=5.8.0
inquirer~=3.1.4

[dev]
black>=23.7.0
flake8
isort

[testing]
pytest
pytest-asyncio
pytest-dotenv
pytest-httpx
pytest-cov
respx
