PyYAML
wrapt
yarl

[:platform_python_implementation != "PyPy" and python_version >= "3.10"]
urllib3

[:platform_python_implementation == "PyPy"]
urllib3<2

[:python_version < "3.10"]
urllib3<2

[tests]
aiohttp
boto3
httplib2
httpx
pytest-aiohttp
pytest-asyncio
pytest-cov
pytest-httpbin
pytest
requests>=2.22.0
tornado
urllib3
Werkzeug==2.0.3
