This commit is contained in:
xunbu
2025-05-11 21:52:29 +08:00
parent 59df04ba66
commit 746fe75adc
8 changed files with 1025 additions and 463 deletions

View File

@@ -5,9 +5,9 @@ description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"docling",
"fastapi[standard]>=0.115.12",
"httpx",
"markdown2",
"transformers>=4.50.1",
"docling>=2.31.0",
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
"pyinstaller>=6.13.0",
]