2017-11-08 05:11:54 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
2018-12-20 22:17:32 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
name = "pypi"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[[source]]
|
|
|
|
url = "https://www.piwheels.org/simple"
|
|
|
|
name = "piwheels"
|
|
|
|
verify_ssl = true
|
|
|
|
|
2018-03-31 20:36:30 +00:00
|
|
|
[requires]
|
2017-11-08 05:11:54 +00:00
|
|
|
|
|
|
|
[packages]
|
2018-11-04 00:06:14 +00:00
|
|
|
beautifulsoup4 = "*"
|
2019-09-17 06:56:22 +00:00
|
|
|
"discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py"}
|
2018-11-04 00:06:14 +00:00
|
|
|
"hurry.filesize" = "*"
|
|
|
|
requests = "*"
|
2019-09-24 23:10:56 +00:00
|
|
|
html5lib = "*"
|
2017-11-08 05:11:54 +00:00
|
|
|
|
2018-12-20 22:17:32 +00:00
|
|
|
[dev-packages]
|
|
|
|
lxml = "*"
|