2017-11-08 05:11:54 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
2018-03-31 20:36:30 +00:00
|
|
|
[requires]
|
2017-11-08 05:11:54 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
aiohttp = "*"
|
2018-11-04 00:06:14 +00:00
|
|
|
beautifulsoup4 = "*"
|
|
|
|
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
|
2018-02-13 04:28:26 +00:00
|
|
|
gitpython = "*"
|
2018-11-04 00:06:14 +00:00
|
|
|
google-api-python-client = "*"
|
2018-02-13 04:28:26 +00:00
|
|
|
hurry = "*"
|
2018-11-04 00:06:14 +00:00
|
|
|
"hurry.filesize" = "*"
|
|
|
|
lxml = "*"
|
|
|
|
pyrasite = "*"
|
|
|
|
requests = "*"
|
2018-11-06 18:34:02 +00:00
|
|
|
websockets = "*"
|
2017-11-08 05:11:54 +00:00
|
|
|
|
|
|
|
[dev-packages]
|