From de951ae1009404d15bad989456572ac22a35b907 Mon Sep 17 00:00:00 2001 From: Data-Name-ID Date: Tue, 2 Apr 2024 11:14:14 +0300 Subject: [PATCH] [fix] add requirements --- backend/requirements/prod.txt | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index 87e90ed..ac02ae5 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -1,10 +1,28 @@ -django==4.2.11 -environs==11.0.0 -gunicorn==21.2.0 -psycopg2-binary==2.9.9 -djangorestframework==3.15.1 +asgiref==3.8.1 +Django==4.2.11 +django-cors-headers==4.3.1 +django-debug-toolbar==4.3.0 django-filter==24.2 -Pillow==10.2.0 +djangorestframework==3.15.1 drf-yasg==1.21.7 -django-cors-headers -setuptools +environs==11.0.0 +et-xmlfile==1.1.0 +gunicorn==21.2.0 +inflection==0.5.1 +marshmallow==3.21.1 +numpy==1.26.4 +openpyxl==3.1.2 +packaging==24.0 +pandas==2.2.1 +pillow==10.2.0 +psycopg2-binary==2.9.9 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +pytz==2024.1 +PyYAML==6.0.1 +ruff==0.3.5 +six==1.16.0 +sort-requirements==1.3.0 +sqlparse==0.4.4 +tzdata==2024.1 +uritemplate==4.1.1