From 673d220c75bd300b40f058988444de93f68cd073 Mon Sep 17 00:00:00 2001 From: David Slusser Date: Thu, 24 Sep 2026 19:40:53 -0700 Subject: [PATCH 1/2] adding packaging --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe144df..51e752a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] dependencies = [ "beautifulsoup4", - "celery", + "celery[redis]", "django~=4.2", "django-braces", "django-celery-beat", @@ -13,6 +13,7 @@ dependencies = [ "django-handyhelpers", "flower", "Pillow", + "packaging", "psycopg2-binary", "redis", "requests>=2.26.0", From 3b19d22b7ac0cfab9555f6354e113eec0f67b671 Mon Sep 17 00:00:00 2001 From: David Slusser Date: Thu, 24 Sep 2026 19:43:46 -0700 Subject: [PATCH 2/2] add packaging to fawltydeps ignore --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 51e752a..cc235bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,6 +142,7 @@ ignore_unused = [ "mypy", "mypy-extensions", "ruff", + "packaging", "Pillow", "psycopg2-binary", "pytest",