forked from ruangrupa/konfluks
feat: support feed generation
This commit is contained in:
@ -13,6 +13,8 @@ natural = "^0.2.0"
|
||||
python-slugify = "^5.0.2"
|
||||
requests = "^2.26.0"
|
||||
peertube = {git = "https://framagit.org/framasoft/peertube/clients/python.git"}
|
||||
feedparser = "^6.0.8"
|
||||
bs4 = "^0.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
poetry2setup = "^1.0.0"
|
||||
@ -24,3 +26,4 @@ build-backend = "poetry.core.masonry.api"
|
||||
[tool.poetry.scripts]
|
||||
lumbunglib-cal = "lumbunglib.cloudcal:main"
|
||||
lumbunglib-vid = "lumbunglib.video:main"
|
||||
lumbunglib-feed = "lumbunglib.feed:main"
|
||||
|
||||
Reference in New Issue
Block a user