# For running tests
pytest>=2.4.0
pytest-xdist

# Backport of Python 3 mocking library
mock>=1.0.1

# For coverage
pytest-cov

# Static code analysis
flake8
pylint

# To build docs
Sphinx

# Standard theme for readthedocs.com
sphinx-rtd-theme

# Used by functional tests
requests

# Check README
restructuredtext_lint

# Formatting (update version explicitely when needed)
isort==4.3.4
yapf==0.21
autopep8==1.3.3
add-trailing-comma
pre-commit
docformatter

# Manage dependencies
pip-tools
