23 lines
472 B
TOML
23 lines
472 B
TOML
[tool.poetry]
|
|
name = "delojza"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tomáš Mládek <t@mldk.cz>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
python-telegram-bot = "11.1.0"
|
|
youtube_dl = "^2021.6.6"
|
|
requests = "^2.26.0"
|
|
filetype = "^1.0.7"
|
|
mutagen = "^1.45.1"
|
|
pyacoustid = "^1.2.2"
|
|
PyTumblr = "^0.1.0"
|
|
markovify = "^0.9.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|