bot-base/Pipfile

16 lines
311 B
TOML
Raw Normal View History

2019-04-28 18:59:08 +02:00
[[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"}
2019-05-09 01:35:53 +02:00
aiohttp = "*"
aiofiles = "*"
2019-04-28 18:59:08 +02:00
[dev-packages]
[requires]
python_version = "3.7"