
[:python_version == "3.7"]
aiohttp==3.8.6

[:python_version > "3.7"]
aiohttp

[test]
pytest
pytest_httpserver
pytest_asyncio
