From 5987028398f97564e8ce858e75a1481b8d91d948 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 20 Jan 2025 14:53:42 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CineSync/requirements/prod.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CineSync/requirements/prod.txt b/CineSync/requirements/prod.txt index 2d4c80d..15a9e02 100644 --- a/CineSync/requirements/prod.txt +++ b/CineSync/requirements/prod.txt @@ -1,9 +1,5 @@ -Django==4.2 -django-ckeditor==6.7.0 -django-cleanup==8.1.0 -pillow==10.2.0 -python-dotenv~=1.0.1 -sorl-thumbnail==12.10.0 +-r base.txt psycopg2-binary==2.9.1 psycopg2==2.9.10 -psycopg==3.2.4 \ No newline at end of file +psycopg==3.2.4 +gunicorn==20.1.0 \ No newline at end of file