# For developers, the packages below are required.

# Web
libsass

# For running doctests (during "python setup.py test")
Sphinx == 1.5.6
sphinx_bootstrap_theme == 0.4.14

# Linters, also in test target
# Pylama still not compatible with pydocstyle version 2.
# Bug report in https://github.com/klen/pylama/issues/96
pydocstyle ~= 1.1
pylama ~= 7.3
pylama_pylint ~= 3.0
radon ~= 1.5
tox ~= 2.7

# Code coverage
coverage >= 4.1
