diff options
| author | alex <alex@pdp7.net> | 2026-02-15 10:42:00 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-15 10:42:00 +0100 |
| commit | cc5d4e07146da033ded55c216b41378bca9a10b4 (patch) | |
| tree | 0fb4e8dff5d64a9c47d02706716e4377a81a6d04 /gemini-to-web/pyproject.toml | |
| parent | 144273180f8b4fdcc3356bbe72c7bdc799f2c6eb (diff) | |
Add RSS generation
Remove old deprecated CLI converter in __init__
Diffstat (limited to 'gemini-to-web/pyproject.toml')
| -rw-r--r-- | gemini-to-web/pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gemini-to-web/pyproject.toml b/gemini-to-web/pyproject.toml index bf58d08..5226714 100644 --- a/gemini-to-web/pyproject.toml +++ b/gemini-to-web/pyproject.toml @@ -6,6 +6,7 @@ authors = [ ] requires-python = ">=3.12" dependencies = [ + "feedgen>=1.0.0", "htmlgenerator>=1.2.32", "lxml>=6.0.2", ] @@ -14,6 +15,7 @@ dependencies = [ coppewebite-parse = "gemini_to_web.parser:cli_parse" coppewebite-to-html = "gemini_to_web.html:cli_to_html" coppewebite-indexer = "gemini_to_web.indexer:cli_indexer" +coppewebite-to-rss = "gemini_to_web.rss:cli_to_rss" [build-system] requires = ["uv_build>=0.9.30,<0.10.0"] |
