loguru>=0.7.2
aiohttp>=3.9.1
websockets>=12.0
avro-python3>=1.10.0
pydantic>=2.5.3
python-dotenv>=1.0.0
httpx>=0.26.0

[dev]
pytest>=7.4.4
pytest-asyncio>=0.23.2
pytest-cov>=4.1.0
black>=23.12.1
mypy>=1.8.0
ruff>=0.1.9
pre-commit>=3.6.0

[docs]
mkdocs>=1.5.3
mkdocs-material>=9.5.3
mkdocstrings[python]>=0.24.0

[test]
pytest>=7.4.4
pytest-asyncio>=0.23.2
pytest-cov>=4.1.0
pytest-mock>=3.12.0

[tui]
textual>=0.50.0
