From 4eec0b394883c43638424326dd140e621a0e6610 Mon Sep 17 00:00:00 2001 From: Walter Date: Thu, 20 Feb 2025 21:10:12 +0100 Subject: [PATCH] added gunicorn gevent --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 8a5455c..cdefe0e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,4 +7,4 @@ Pillow==11.* django-resized==1.0.3 django-cleanup==9.0.0 psycopg2-binary==2.9.10 -gunicorn \ No newline at end of file +gunicorn[gevent] \ No newline at end of file