# For running tests
tox
pytest>=2.4.0
pytest-xdist
pytest-randomly
pytest-repeat

# Backport of Python 3 mocking library
mock>=1.0.1

# For coverage
pytest-cov

# Static code analysis
flake8
flake8-tidy-imports
flake8-mutable
flake8-comprehensions
mastool
# flake8-bugbear (py3k only)
mccabe
pylint
pre-commit
# These two plugins try too hard..
# pep8-naming

# Formatting (update version explicitely when needed)
isort==4.3.4
yapf==0.20.2
autopep8==1.3.4
add-trailing-comma


# To build docs
# (Doesn't work w/ sphinx 1.4.5)
Sphinx>=1.5.5

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

# Used by functional tests
requests

# Check README
restructuredtext_lint

# To manage dependencies
pip-tools
