Files
comic_pdf_converter/pyproject.toml
T

10 lines
175 B
TOML
Raw Normal View History

2026-08-04 20:50:53 -04:00
[project]
name = "bin"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pdf2image>=1.17.0",
]