14 lines
282 B
TOML
14 lines
282 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
packaging = "*"
|
||
|
discord-py = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py",ref = "84c1eac62a775a37b03bd0971b221b0c50724630"}
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|