aiohttp>=3.8.0
pydantic>=2.0.0
python-dotenv>=0.19.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.20.0
pytest-cov>=4.0.0
black>=22.0.0
isort>=5.11.0
flake8>=4.0.0
mypy>=0.991
mkdocs>=1.4.0
mkdocs-material>=8.5.0

[full]
aioredis>=2.0.0
asyncpg>=0.27.0

[postgres]
asyncpg>=0.27.0

[redis]
aioredis>=2.0.0
