Files
markepub/pyproject.toml
Bernhard Radermacher 80e30294db wip
2025-09-21 19:43:16 +02:00

11 lines
193 B
TOML

[project]
name = "markepub"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"lxml>=6.0.1",
"pandoc>=2.4",
"pyyaml>=6.0.2",
]