aboutsummaryrefslogtreecommitdiff
path: root/blog_v2/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'blog_v2/pyproject.toml')
-rw-r--r--blog_v2/pyproject.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/blog_v2/pyproject.toml b/blog_v2/pyproject.toml
index e18b0fcd..2747ec4d 100644
--- a/blog_v2/pyproject.toml
+++ b/blog_v2/pyproject.toml
@@ -6,7 +6,11 @@ authors = [
{ name = "alex", email = "alex@pdp7.net" }
]
requires-python = ">=3.12"
-dependencies = []
+dependencies = [
+ "feedgen>=1.0.0",
+ "htmlgenerator>=1.2.32",
+ "lxml>=6.0.2",
+]
[project.scripts]
blog = "blog:main"