mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-11 18:28:38 +02:00
pyproject: add dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user