mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 19:57:48 +00:00
Merge branch 'dev' into scripts
This commit is contained in:
+5
-4
@@ -1,8 +1,8 @@
|
||||
[tool.poetry]
|
||||
name = "christmasbot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
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]
|
||||
@@ -18,6 +18,7 @@ black = {version = "^21.9b0", allow-prereleases = true}
|
||||
redis = "^3.5.3"
|
||||
aiotube = "^1.3.5"
|
||||
requests = "^2.26.0"
|
||||
pre-commit = "^2.15.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user