
[:python_version < "3.0"]
configparser

[:python_version < "3.2"]
backports.functools_lru_cache
futures

[all]
autopep8
mccabe
pycodestyle
pydocstyle>=2.0.0
pyflakes>=1.6.0
pylint
rope>=0.10.5
yapf

[autopep8]
autopep8

[mccabe]
mccabe

[pycodestyle]
pycodestyle

[pydocstyle]
pydocstyle>=2.0.0

[pyflakes]
pyflakes>=1.6.0

[pylint]
pylint

[rope]
rope>0.10.5

[test]
coverage
mock
pylint
pytest
pytest-cov
versioneer

[yapf]
yapf
