bot-base/Pipfile

24 lines
329 B
TOML
Raw Normal View History

2019-04-28 18:59:08 +02:00
[[source]]
2019-04-28 18:59:08 +02:00
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
2019-04-28 18:59:08 +02:00
[packages]
2019-04-28 18:59:08 +02:00
packaging = "*"
discord-py = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py",ref = "84c1eac62a775a37b03bd0971b221b0c50724630"}
2019-05-09 01:35:53 +02:00
aiohttp = "*"
aiofiles = "*"
lupa = "*"
2019-04-28 18:59:08 +02:00
[dev-packages]
2019-04-28 18:59:08 +02:00
[requires]
2019-04-28 18:59:08 +02:00
python_version = "3.7"