137_Docing-Test/pyproject.toml

10 lines
185 B
TOML
Raw Permalink Normal View History

2026-05-29 11:54:28 +00:00
[project]
name = "137-docing-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"docling>=2.96.0",
]