From 58b419166b31589adbeac68cad2fbe17fac806ee Mon Sep 17 00:00:00 2001 From: Timur Date: Sat, 1 Mar 2025 17:51:50 +0300 Subject: [PATCH] add tinymce to pyproject --- services/backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/backend/pyproject.toml b/services/backend/pyproject.toml index 200a90d..def2053 100644 --- a/services/backend/pyproject.toml +++ b/services/backend/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "django-ninja>=1.3.0", "django-pagedown>=2.2.1", "django-stubs-ext>=5.1.3", + "django-tinymce>=4.1.0", "gunicorn>=23.0.0", "httpx>=0.28.1", "pillow>=11.1.0",