From 5295320b0b5b551afebe9db399ae0805ab3ccbef Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 24 Oct 2024 15:32:37 -0700 Subject: [PATCH] add django-autotyping to debug pip group --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f416b987..f692da81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,6 +104,7 @@ debug = [ "djdt_flamegraph>=0.2.13", "ipdb>=0.13.13", "requests-tracker>=0.3.3", + "django-autotyping>=0.5.1", ] all = [ "archivebox[sonic,ldap,debug]" @@ -136,7 +137,6 @@ dev-dependencies = [ "ruff>=0.6.6", "flake8>=7.1.1", "mypy>=1.11.2", - "django-autotyping>=0.5.1", ] [tool.uv.workspace]