# Conflicts: # main/apiauth.py # main/tests.py # requirements/common.txt # requirements/dev.txt
19 lines
292 B
Plaintext
19 lines
292 B
Plaintext
# 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
|