Files
pdf2image/pyproject.toml
T

18 lines
362 B
TOML

[project]
name = "python-template"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"copier>=9.15.1",
"ged4py>=0.5.2",
"getmyancestors>=1.2.0",
"google-genai>=2.20.0",
"pandas>=3.0.5",
"pdfplumber>=0.11.10",
"pillow>=12.3.0",
"pydantic>=2.13.4",
"pymupdf>=1.28.0",
"pypdf>=6.16.2",
"pypdfium2>=5.13.0",
]