docling / pyproject.toml
levalencia's picture
Add reportlab dependency for PDF generation and enhance document processing
5d3ebd9
[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",
]