fix: 添加python-multipart依赖解决表单解析错误 [AC-AISVC-01]

This commit is contained in:
MerCry 2026-02-26 02:29:56 +08:00
parent 40ff48498f
commit c7a71d6e03
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ dependencies = [
"python-docx>=1.1.0", "python-docx>=1.1.0",
"pymupdf>=1.23.0", "pymupdf>=1.23.0",
"pdfplumber>=0.10.0", "pdfplumber>=0.10.0",
"python-multipart>=0.0.6",
] ]
[project.optional-dependencies] [project.optional-dependencies]