From 2a01f8dac85253f225cffddd426f7b0432819350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Sat, 15 Jun 2024 14:01:56 +0200 Subject: [PATCH] #149 needs to be installed for mypy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5b9533aa..916eedcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ doc = [ dev = [ "black", "flake8", + "django-allauth", # for mypy "django-environ", "django_extensions", "django-stubs[compatible-mypy]",