Spaces:
Running
Running
File size: 324 Bytes
d9028d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[project]
name = "imgtran"
version = "0.0.1"
dependencies = [
"deep-translator>=1.11.4",
"fastapi[standard]>=0.115.6",
"gradio>=5.12.0",
"rapidocr-onnxruntime>=1.4.3",
"shapely>=2.0.6",
"wand>=0.6.13",
]
[dependency-groups]
dev = [
"pytest>=8.3.4",
]
[tool.pytest.ini_options]
pythonpath = '.'
|