2021-12-15 10:30:10 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "lumbunglib"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Python lib which powers lumbung[dot]space automation"
|
|
|
|
authors = ["rra", "decentral1se"]
|
|
|
|
license = "GPLv3+"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2021-12-15 10:41:35 +00:00
|
|
|
Jinja2 = "^3.0.3"
|
|
|
|
ics = "^0.7"
|
|
|
|
natural = "^0.2.0"
|
|
|
|
python-slugify = "^5.0.2"
|
|
|
|
requests = "^2.26.0"
|
|
|
|
peertube = {git = "https://framagit.org/framasoft/peertube/clients/python.git"}
|
2022-01-05 12:39:01 +00:00
|
|
|
feedparser = "^6.0.8"
|
|
|
|
bs4 = "^0.0.1"
|
2022-01-10 14:07:04 +00:00
|
|
|
"Mastodon.py" = "^1.5.1"
|
2021-12-15 10:30:10 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-12-15 11:25:09 +00:00
|
|
|
poetry2setup = "^1.0.0"
|
2021-12-15 10:30:10 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
2021-12-15 11:23:37 +00:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
2021-12-15 11:27:57 +00:00
|
|
|
lumbunglib-cal = "lumbunglib.cloudcal:main"
|
|
|
|
lumbunglib-vid = "lumbunglib.video:main"
|
2022-01-05 12:39:01 +00:00
|
|
|
lumbunglib-feed = "lumbunglib.feed:main"
|
2022-01-10 14:07:04 +00:00
|
|
|
lumbunglib-hash = "lumbunglib.hashtag:main"
|