From 434902a7f53835173e962ddab806160fdcc1aa52 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 20 Jan 2025 14:41:46 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CineSync/requirements/prod.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CineSync/requirements/prod.txt b/CineSync/requirements/prod.txt index 66a81ca..5e312ff 100644 --- a/CineSync/requirements/prod.txt +++ b/CineSync/requirements/prod.txt @@ -1,2 +1,7 @@ --r base.txt +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 psycopg2-binary==2.9.1 \ No newline at end of file