Skip to content

Commit

Permalink
restructure linting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Dec 22, 2023
1 parent 9926bba commit 89233e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements/base.txt
-r requirements/testing.txt
-r requirements/linting.txt
-r requirements/optionals.txt
-r requirements/packaging.txt
-r requirements/docs.txt
2 changes: 2 additions & 0 deletions requirements/linting-base.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Django==4.2.7
djangorestframework==3.14.0
3 changes: 0 additions & 3 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ isort==5.12.0 # 5.13 somehow breaks django-stubs plugin
mypy==1.7.1
django-stubs==4.2.3
djangorestframework-stubs==3.14.2

Django==4.2.7
djangorestframework==3.14.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ commands = python runtests.py --lintonly
deps =
-r requirements/base.txt
-r requirements/linting.txt
-r requirements/linting-base.txt

[testenv:py311-docs]
commands = sphinx-build -WEa -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
Expand Down

0 comments on commit 89233e3

Please sign in to comment.