From df1dfc4cd69f80da8fc2a78501b7e231ec50bfe9 Mon Sep 17 00:00:00 2001 From: Stuart Gray <42702437+m00tiny@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:16:56 -0500 Subject: [PATCH] Update requirements.txt Update celery version to 5.2.7 with the proposed changes to the Dockerfile, rengine now gets up and running by following the docs again: confirmed on Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-66-generic x86_64) (digital ocean droplet) --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 2ab110b0..72fcab84 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,6 +1,6 @@ argh beautifulsoup4==4.9.3 -celery==5.1.2 +celery==5.2.7 degoogle==1.0.1 discord-webhook==0.14.0 Django==3.2.4