v0.0.1
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "filetranslate"
|
||||
version = "0.0.1"
|
||||
description = "能翻译pdf和markdown的软件"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"docling>=2.31.0",
|
||||
"httpx>=0.28.1",
|
||||
"markdown2>=2.5.3",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user