mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
26 lines
452 B
TOML
26 lines
452 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[[source]]
|
|
url = "https://www.piwheels.org/simple"
|
|
name = "piwheels"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
|
|
[packages]
|
|
beautifulsoup4 = "*"
|
|
"discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py"}
|
|
"hurry.filesize" = "*"
|
|
requests = "*"
|
|
html5lib = "*"
|
|
|
|
[dev-packages]
|
|
lxml = "*"
|