R: Fix django dependencies

This commit is contained in:
Ivan 2024-12-04 14:52:20 +03:00
parent dab0a88f24
commit 283a36431b
3 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@ psycopg2-binary==2.9.10
gunicorn==23.0.0
djangorestframework-stubs==3.15.1
django-extensions==3.2.3
mypy==1.11.2
django-stubs==5.1.1
mypy==1.13.0
pylint==3.3.2
coverage==7.6.8

View File

@ -15,6 +15,7 @@ gunicorn
djangorestframework-stubs[compatible-mypy]
django-extensions
django-stubs
mypy
pylint
coverage

View File

@ -15,7 +15,7 @@ function LintBackend() {
Set-Location $backend
$env:DJANGO_SETTINGS_MODULE = "project.settings"
& $pylint project apps
& $mypy project apps
& $mypy project apps --show-traceback
}
function LintFrontend() {