fix: TinyMCE lokal bereitstellen und Rich-Text-Migration ergänzen

This commit is contained in:
2026-07-22 10:44:58 +02:00
parent 7bc6e5ec54
commit a7c0db2685
6 changed files with 25 additions and 9 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "netbox-documentation"
version = "0.2.0"
version = "0.2.1"
description = "Integrated Markdown wiki and office document importer for NetBox"
readme = "README.md"
requires-python = ">=3.10"
@@ -16,6 +16,7 @@ dependencies = [
"tabulate>=0.9,<1",
"bleach[css]>=6.2,<7",
"markdown>=3.7,<4",
"django-tinymce>=5,<6",
]
[project.optional-dependencies]