32 lines
781 B
TOML
32 lines
781 B
TOML
[tool.poetry]
|
|
name = "konfluks"
|
|
version = "0.1.0"
|
|
description = "Python lib which powers lumbung[dot]space automation"
|
|
authors = ["rra", "decentral1se"]
|
|
license = "AGPLv3+"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
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"}
|
|
feedparser = "^6.0.8"
|
|
bs4 = "^0.0.1"
|
|
"Mastodon.py" = "^1.5.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
poetry2setup = "^1.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
konfluks-cal = "konfluks.cloudcal:main"
|
|
konfluks-vid = "konfluks.video:main"
|
|
konfluks-feed = "konfluks.feed:main"
|
|
konfluks-hash = "konfluks.hashtag:main"
|