Spaces:
Sleeping
Sleeping
File size: 299 Bytes
bb68eb6 5d3ebd9 bb68eb6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "docling-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"streamlit>=1.46.0",
"docling>=2.38.0",
"pyyaml>=6.0",
"python-dotenv>=1.1.1",
"openai>=1.91.0",
"reportlab>=4.4.2",
]
|