
[:python_version < "3.7"]
pytest-asyncio==0.16.0

[:python_version >= "3.10" and python_version < "3.12"]
aiohttp>=3.7.0

[:python_version >= "3.12"]
aiohttp!=3.8.*,>=3.7.0

[:python_version >= "3.7"]
pytest-asyncio>=0.17.0

[:python_version >= "3.7" and python_version < "3.8"]
aiohttp<3.9.0,>=3.1.0

[:python_version >= "3.8" and python_version < "3.10"]
aiohttp>=3.6.0
