From 2a6c3146f122a235683d13d7192379f8b36009c4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 8 Jun 2024 16:16:50 +0100 Subject: [PATCH] Use version of `django-tasks` from PyPI --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43e8615..4d46ea0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,7 @@ django-proxy==1.2.2 wagtail-lite-youtube-embed==0.1.0 django-minify-html==1.7.1 metadata-parser==0.12.1 +django-tasks==0.1.0 # DRF OpenAPI dependencies uritemplate @@ -40,6 +41,3 @@ git+https://github.com/RealOrangeOne/wagtail-favicon@b892165e047b35c46d7244109b9 # Use custom `wagtail-draftail-snippet` with support for Wagtail 5.x git+https://github.com/RealOrangeOne/wagtail-draftail-snippet@74ed858bd958a066d5aee295c9848257107b1546 - -# Background tasks! -git+https://github.com/RealOrangeOne/django-tasks@92ec776fccb6a9f8cc5305e75e8846633e26b643