From 18e506a703d2fb14919cfecbb30dcbd9e25ae6c5 Mon Sep 17 00:00:00 2001 From: tcely Date: Tue, 27 May 2025 03:39:43 -0400 Subject: [PATCH] Add `django-huey` --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 49b5127b..b0b3c6f5 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ autopep8 = "*" [packages] django = "~=5.2.1" +django-huey = "*" django-sass-processor = {extras = ["management-command"], version = "*"} pillow = "*" whitenoise = "*"