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]