
[dev]
bumpversion==0.5.*
Sphinx>=1.6
tox>=2.8
tox-pyenv>=1.0

[lint]
flake8==3.6.0
flake8-blind-except==0.1.1
flake8-bugbear==18.8.0
flake8-commas==2.0.0
flake8-comprehensions==1.4.1
flake8-debugger==3.1.0
flake8-isort==2.6.0
flake8-logging-format==0.6.0
flake8-mutable==1.2.0
flake8-per-file-ignores==0.7
flake8-quotes==1.0.0
flake8-trailing-commas==0.1.3
pylint==2.2.2
pytest==4.1.1

[test]
pytest==4.1.1
pytest-cov==2.6.1
pytest-mock==1.10.0
pytest-randomly==1.2.3
