Mercurial > code > home > repos > gcalendarwatch
diff pyproject.toml @ 40:c4e8d697326b
wall calendar html generator
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Nov 2023 12:04:28 -0800 |
parents | cb990883e52f |
children | ab54c9f65f76 |
line wrap: on
line diff
--- a/pyproject.toml Sun Nov 12 23:31:03 2023 -0800 +++ b/pyproject.toml Mon Nov 27 12:04:28 2023 -0800 @@ -15,10 +15,10 @@ "rdflib>=6.1.1", "starlette-exporter>=0.17.1", "starlette>=0.32.0post1", - "patchablegraph>=1.5.0", "rdfdb==0.24.0", "background-loop>=1.8.0", + "htmlgenerator>=1.2.28", ] requires-python = ">=3.11" license = {text = "MIT"}