typer>=0.12.0
rich>=13.7.0
pydantic>=2.8.0
pydantic-settings>=2.4.0
pyyaml>=6.0.1
aiohttp>=3.9.0
psutil>=5.9.0
structlog>=24.1.0
tenacity>=8.2.0
click>=8.1.0
watchdog>=3.0.0

[all]
localport[kafka,postgres]

[dev]
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.0.0
pytest-mock>=3.12.0
black>=24.0.0
ruff>=0.5.0
mypy>=1.10.0
pre-commit>=3.7.0
pytest-xdist>=3.5.0

[kafka]
kafka-python>=2.0.2

[postgres]
psycopg[binary]>=3.2.0
