From 604e923d280cb7a46b141fa8fe6c6af265413a3f Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Wed, 23 Sep 2026 17:18:54 -0500 Subject: [PATCH] Add djnago-stubs to dev dependencies This helps language servers be a little more useful. Signed-off-by: Tristan Partin --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d9716f6e..4ca7a0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ [project.optional-dependencies] dev = [ + "django-stubs", "uwsgi", "pycodestyle", "ruff",