This commit is contained in:
xunbu
2025-05-14 10:17:54 +08:00
parent 89b34e8614
commit 72c3369e58
5 changed files with 101 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.2.4"
version = "0.2.6"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -9,7 +9,7 @@ dependencies = [
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
# "pyinstaller>=6.13.0",
"pyinstaller>=6.13.0",
]
[project.scripts]