
[:platform_python_implementation == "CPython"]
hiredis<3.0.0

[:python_version < "3.11"]
async-timeout

[aioredis]

[aioredis:python_version < "3.10"]
aioredis<1.4.0,>=1.1.0

[devel]
flake8
flake8-pyproject
mypy
isort
black==23.7.0
coverage
cython
pytest
pytest-cov
pytest-mock
pytest-asyncio<1.0,>=0.21
pytest-xdist
