feat: WYSIWYG-Editor für Dokumentationen hinzufügen

This commit is contained in:
2026-07-22 10:35:20 +02:00
parent 5d23c63ac5
commit 7bc6e5ec54
10 changed files with 111 additions and 18 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "netbox-documentation"
version = "0.1.0"
version = "0.2.0"
description = "Integrated Markdown wiki and office document importer for NetBox"
readme = "README.md"
requires-python = ">=3.10"
@@ -14,6 +14,8 @@ dependencies = [
"openpyxl>=3.1,<4",
"pypdf>=5,<7",
"tabulate>=0.9,<1",
"bleach[css]>=6.2,<7",
"markdown>=3.7,<4",
]
[project.optional-dependencies]