From 375397c1413d1d5a5728fcaa63cb1570a6337935 Mon Sep 17 00:00:00 2001 From: sosokker Date: Wed, 22 Nov 2023 22:29:41 +0700 Subject: [PATCH] Update requirements.txt --- backend/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 344b980..95962f8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,4 +15,6 @@ google-auth-httplib2>=0.1 django-storages[s3]>=1.14 Pillow>=10.1 drf-spectacular>=0.26 -python-dateutil>=2.8 \ No newline at end of file +python-dateutil>=2.8 +gunicorn==21.2.0 +packaging==23.1 \ No newline at end of file