small fix

This commit is contained in:
xunbu
2025-05-19 18:36:44 +08:00
parent c3b1cdce1c
commit 3cbbf86f74
3 changed files with 61 additions and 61 deletions

View File

@@ -5,13 +5,13 @@ description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"docling>=2.31.0",
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
"docling>=2.31.0",
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
]
[project.scripts]
docutranslate="docutranslate.cli:main"
docutranslate = "docutranslate.cli:main"
[build-system]
requires = ["setuptools>=61.0"] # 或者你需要的 setuptools 版本