pyproject: add dependencies

This commit is contained in:
2026-06-14 15:01:07 +02:00
parent 2cacc2557b
commit 441b35885f
+4
View File
@@ -7,6 +7,10 @@ name = "resspublica"
version = "0.1"
description = "RSS feeds for swiss federal and cantonal initiatives."
requires-python = ">=3.10"
dependencies = [
"SPARQLWrapper",
"feedgen"
]
[project.scripts]
resspublica = "resspublica.main:main"