mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
19 lines
308 B
TOML
19 lines
308 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
|
|
[packages]
|
|
|
|
"beautifulsoup4" = "*"
|
|
lxml = "*"
|
|
google-api-python-client = "*"
|
|
pyrasite = "*"
|
|
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
|
|
aiohttp = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|