Add UV setup
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "multimodalocr"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"apted>=1.0.3",
|
||||
"distance>=0.1.3",
|
||||
"editdistance>=0.8.1",
|
||||
"gdown>=5.2.0",
|
||||
"ipdb>=0.13.13",
|
||||
"jieba>=0.42.1",
|
||||
"levenshtein>=0.27.1",
|
||||
"lxml>=6.0.1",
|
||||
"nltk>=3.9.1",
|
||||
"numpy>=2.3.2",
|
||||
"polygon3>=3.0.9.1",
|
||||
"tqdm>=4.67.1",
|
||||
"zss>=1.2.0",
|
||||
]
|
Reference in New Issue
Block a user