mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
ac72df2cea
Also removed Python version requirement entirely
20 lines
379 B
TOML
20 lines
379 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[requires]
|
|
|
|
[packages]
|
|
aiohttp = "*"
|
|
beautifulsoup4 = "*"
|
|
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
|
|
gitpython = "*"
|
|
google-api-python-client = "*"
|
|
hurry = "*"
|
|
"hurry.filesize" = "*"
|
|
lxml = "*"
|
|
pyrasite = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|