added frontmatter date parsing

This commit is contained in:
Daniel Fichtinger 2025-07-03 12:25:09 -04:00
parent e890134abf
commit b26cfc2784
3 changed files with 33 additions and 1 deletions

View file

@ -14,6 +14,7 @@ dependencies = [
"pygments>=2.19.1",
"pygments-ashen>=0.1.2",
"pygments-kakoune>=0.1.0",
"python-dateutil>=2.9.0.post0",
"python-frontmatter>=1.1.0",
"rich>=14.0.0",
"typer>=0.16.0",