From a3b2889f2df0f5d1079ef21ca87c19fdb565540e Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 1 Apr 2024 00:19:26 +0300 Subject: [PATCH] [fix] Fixed requirements --- backend/requirements/prod.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index b5c3756..e812bff 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -8,3 +8,4 @@ djangorestframework-simplejwt==5.3.1 django-filter==24.2 Pillow==10.2.0 drf-yasg==1.21.7 +setuptools