Files
markepub/pyproject.toml

11 lines
193 B
TOML
Raw Permalink Normal View History

2025-09-21 19:43:16 +02:00
[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",
]