
[testing]
coverage
pytest

[testing:python_version == "2.7"]
astroid~=1.5.3
pylint~=1.7.2

[testing:python_version >= "3.4"]
astroid>=2.0
pylint~=2.3.1

[yaml]
PyYAML>=5.1.0
