mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:27:48 +00:00
18 lines
262 B
TOML
18 lines
262 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
yapf = "*"
|
|
|
|
[packages]
|
|
humanize = "*"
|
|
"discord.py" = {extras = ["voice"], version = "*"}
|
|
sqlalchemy = "*"
|
|
aiomysql = "*"
|
|
lavalink = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|