From 50e23cbfd77d61dcb05dc4a977c0cf16a40e09a0 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sun, 17 May 2026 20:17:59 -0500 Subject: [PATCH] Enhancement: add django-redis to dependencies for improved caching support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8519b755..c8c958cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "channels", "channels-redis==4.3.0", "django-filter", + "django-redis", "django-celery-beat>=2.9.0", "lxml==6.1.0", "packaging",