修复:测试记录序号、测评报告统计、富文本渲染word字符问题

This commit is contained in:
2026-02-09 15:41:17 +08:00
parent 2f58bdc668
commit 74d3d22ffe
85 changed files with 1236 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ dependencies = [
"django-shortuuidfield>=0.1.3",
"django-tinymce>=5.0.0",
"docxcompose",
"docxtpl>=0.20.2",
"docxtpl[subdoc]>=0.20.2",
"faker>=40.4.0",
"ipykernel>=7.2.0",
"lizard>=1.21.0",
@@ -27,6 +27,7 @@ dependencies = [
"pandas>=3.0.0",
"python-docx>=1.2.0",
"python-ldap",
"setuptools<=81.0.0",
"ua-parser-builtins>=202601",
"user-agents>=2.2.0",
"waitress>=3.0.2",