requests>=2.18.0
six>=1.12.0
uritemplate>=3.0.0

[aiohttp:python_version <= '3.4']

[aiohttp:python_version >= '3.4']
aiohttp>=2.3.0

[marshmallow]
marshmallow>=2.15.0

[pydantic:python_version >= '3.6']
pydantic>=1.6.1

[tests]
pytest==4.6.5
pytest-mock
pytest-cov
pytest-twisted

[twisted:python_version != '3.3' and python_version != '3.4']
twisted>=17.1.0

[twisted:python_version == '3.3']
twisted<=17.9.0

[twisted:python_version == '3.4']
twisted<=19.2.1

[typing]
typing>=3.6.4
