mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 22:57:48 +00:00
28 lines
704 B
TOML
28 lines
704 B
TOML
[tool.poetry]
|
|
name = "tunebot"
|
|
version = "1.0.0"
|
|
description = "A very configurable Discord radio"
|
|
authors = ["StrNophix <curious@duck.com>", "Matthww <hello@exobot.site>"]
|
|
license = "GPL-v3.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
lavalink = "4.0.4"
|
|
humanize = "^3.12.0"
|
|
uvloop = {version = "^0.16.0", optional = true}
|
|
aioredis = "^2.0.0"
|
|
"discord.py" = {version = "^2.0.1", extras = ["voice"]}
|
|
jishaku = "^2.5.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = {version = "^21.9b0", allow-prereleases = true}
|
|
redis = "^3.5.3"
|
|
aiotube = "^1.3.5"
|
|
requests = "^2.26.0"
|
|
yt-dlp = "^2021.10.22"
|
|
pre-commit = "^2.15.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|