修复latex渲染错误

This commit is contained in:
xunbu
2025-05-18 16:10:57 +08:00
parent a6468902cb
commit 8a5d85af8b
3 changed files with 107 additions and 148 deletions

View File

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