fix: 添加python-multipart依赖解决表单解析错误 [AC-AISVC-01]
This commit is contained in:
parent
40ff48498f
commit
c7a71d6e03
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue