From c9bc7bf84e86cfe17d57563c2c2f52291b59f80b Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 21 Feb 2025 07:44:20 -0500 Subject: [PATCH] Correct the syntax --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 304c6e0b..abbe48b9 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ whitenoise = "*" gunicorn = "*" django-compressor = "*" httptools = "*" -django-background-tasks = "1.2.5" +django-background-tasks = "==1.2.5" django-basicauth = "*" psycopg2-binary = "*" mysqlclient = "*"