asphalt~=4.6
typeguard~=2.0

[:extra == "cbor" or extra == "test" or extra == "doc"]
cbor2~=5.0

[:extra == "msgpack" or extra == "test" or extra == "doc"]
msgpack~=1.0

[:extra == "yaml" or extra == "test" or extra == "doc"]
ruamel.yaml>=0.15

[cbor]

[doc]
Sphinx>=1.5
sphinx_rtd_theme
sphinx-autodoc-typehints>=1.0.5
sphinxcontrib-asyncio>=0.2.0

[msgpack]

[test]
pytest
pytest-cov
pytest-asyncio

[yaml]
