publish/pyproject.toml

12 lines
261 B
TOML
Raw Permalink Normal View History

2025-02-15 12:09:45 +01:00
[project]
name = "publish"
version = "0.1.0"
description = "A tool to generate html and gmi static websites from markdown files"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"markdown>=3.7",
"pyyml>=0.0.2",
2025-02-20 10:36:00 +01:00
"unidecode>=1.3.8",
2025-02-15 12:09:45 +01:00
]