Mode doc and style requirements in dev file
This commit is contained in:
parent
839a333691
commit
561b7e3a44
@ -7,18 +7,5 @@ zenpy~=2.0.24
|
|||||||
django_registration==3.1.1
|
django_registration==3.1.1
|
||||||
djangorestframework==3.12.2
|
djangorestframework==3.12.2
|
||||||
|
|
||||||
# Documentation
|
|
||||||
Sphinx==3.4.3
|
|
||||||
sphinx-rtd-theme==0.5.1
|
|
||||||
sphinx-autodoc-typehints==1.11.1
|
|
||||||
pyenchant==3.2.0
|
|
||||||
sphinxcontrib-spelling==7.1.0
|
|
||||||
m2r == 0.2.1
|
|
||||||
|
|
||||||
# Code style
|
|
||||||
pylint == 2.8.2
|
|
||||||
pylint-django == 2.4.4
|
|
||||||
autopep8 == 1.5.6
|
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
python-dotenv==0.17.1
|
python-dotenv==0.17.1
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
# Development specific dependencies
|
# Development specific dependencies
|
||||||
-r common.txt
|
-r common.txt
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
Sphinx==3.4.3
|
||||||
|
sphinx-rtd-theme==0.5.1
|
||||||
|
sphinx-autodoc-typehints==1.11.1
|
||||||
|
pyenchant==3.2.0
|
||||||
|
sphinxcontrib-spelling==7.1.0
|
||||||
|
m2r == 0.2.1
|
||||||
|
|
||||||
|
# Code style
|
||||||
|
pylint == 2.8.2
|
||||||
|
pylint-django == 2.4.4
|
||||||
|
autopep8 == 1.5.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user