angel/pyproject.toml

22 lines
497 B
TOML
Raw Normal View History

2023-02-19 23:20:20 -03:00
[tool.poetry]
name = "angel"
version = "0.1.0"
description = "XMPP Bot"
authors = ["Kylie Czar <czar@kalli.st>"]
license = "DPL"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.1"
bs4 = "^0.0.1"
youtube_dl = "^2021.12.17"
2023-04-03 22:39:48 -03:00
pythonsed = { git = "gitea@gt.kalli.st:angel/pythonsed", branch = "master" }
2023-02-19 23:20:20 -03:00
pantomime = "^0.5.1"
aiohttp = "^3.8.1"
2023-04-03 22:39:48 -03:00
slixmpp = "^1.8.3"
2023-02-19 23:20:20 -03:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"