requests>=2.18.4
prettyexc>=0.6.0
six>=1.10.0
python-dateutil>=2.6.1
pytz

[:python_version < "3.6"]
requests[security]>=2.18.4

[:python_version >= "3.5"]
aiohttp>=3.0.9

[:python_version >= "3.6"]
aiodns>=3.0.0

[doc]
sphinx

[test]
pytest-cov>=2.6.1
pytest-lazy-fixture==0.5.1
tox
mock
patch
attrs==18.2.0

[test:python_version < "3.5"]
pytest>=4.6.7

[test:python_version >= "3.5"]
pytest==5.2.2
pytest-asyncio
