修正删除文档不能同时删除图片的bug
This commit is contained in:
@@ -43,6 +43,7 @@ dependencies = [
|
||||
"docx2txt>=0.9",
|
||||
"pypdf>=6.12.0",
|
||||
"pymupdf>=1.27.2.3",
|
||||
"opencv-python-headless>=4.13.0.92",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -61,6 +62,10 @@ packages = ["src"]
|
||||
[tool.uv]
|
||||
required-version = ">=0.6.15"
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
default = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
indent-width = 4
|
||||
|
||||
Reference in New Issue
Block a user