From 561b7e3a446b4d5391a9283df9d6263c38ee89aa Mon Sep 17 00:00:00 2001 From: Andrew Smirnov Date: Thu, 13 May 2021 20:46:10 +0300 Subject: [PATCH] Mode doc and style requirements in dev file --- requirements/common.txt | 13 ------------- requirements/dev.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 0ba9415..c8a8d08 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -7,18 +7,5 @@ zenpy~=2.0.24 django_registration==3.1.1 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 python-dotenv==0.17.1 diff --git a/requirements/dev.txt b/requirements/dev.txt index 73c27d0..0ce1a9e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,3 +1,15 @@ # Development specific dependencies -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