# Development specific dependencies
-r common.txt

# Documentation
Sphinx==3.5.4
sphinx-rtd-theme==0.5.2
sphinx-autodoc-typehints==1.12.0
pyenchant==3.2.0
sphinxcontrib-spelling==7.2.1
m2r == 0.2.1

# Tests
coverage==5.5

# Code style
pylint == 2.8.2
pylint-django == 2.4.4
autopep8 == 1.5.6
