From 691dde92f26e4ce69d62ab903430552f5221a331 Mon Sep 17 00:00:00 2001 From: Akromjon <152626511+RustamovAkrom@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:43:29 +0500 Subject: [PATCH] change pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3ab295b..e374f90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,12 @@ pillow = "^11.0.0" psycopg2-binary = "^2.9.10" python-dotenv = "^1.0.1" django-filter = "^24.3" +django-unfold = "^0.41.0" +django-ckeditor-5 = "^0.2.15" +django-modeltranslation = "^0.19.11" +drf-spectacular = "^0.27.2" +drf-spectacular-sidecar = "^2024.11.1" +django-rosetta = "^0.10.1" [build-system]