added mark dep

This commit is contained in:
Daniel Fichtinger 2025-06-20 21:48:40 -04:00
parent 2251d3495b
commit 3c14be416a
2 changed files with 17 additions and 0 deletions

View file

@ -9,6 +9,7 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"marko[codehilite]>=2.1.4",
"python-frontmatter>=1.1.0",
"typer>=0.16.0",
]