1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00
modufur/Pipfile
2018-11-15 15:27:17 -05:00

17 lines
No EOL
321 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"}
"hurry.filesize" = "*"
lxml = "*"
requests = "*"
websockets = "*"
[dev-packages]