LBI/Pipfile

14 lines
255 B
TOML
Raw Normal View History

2019-04-07 21:31:13 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
discord = {extras = ["voice", "doc"], ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
packaging = "*"
2019-04-07 21:31:13 +02:00
[dev-packages]
[requires]
python_version = "3.7"