From dba6e532c45a90b552f4e03a2bce28cf574b55b8 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Oct 2024 16:17:59 -0400 Subject: [PATCH] Pin django-rq to <3.0 --- base_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_requirements.txt b/base_requirements.txt index e131ffc990..2147731e20 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -42,7 +42,7 @@ django-rich # Django integration for RQ (Reqis queuing) # https://github.com/rq/django-rq/blob/master/CHANGELOG.md -django-rq +django-rq<3.0 # Abstraction models for rendering and paginating HTML tables # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md