httpx>=0.25.0
pydantic>=2.0.0

[all]
redis>=5.0.0
psycopg2-binary>=2.9.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

[postgresql]
psycopg2-binary>=2.9.0

[redis]
redis>=5.0.0
