1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00
modufur/Pipfile

22 lines
396 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
2018-03-31 20:36:30 +00:00
[requires]
[packages]
aiohttp = "*"
beautifulsoup4 = "*"
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
2018-02-13 04:28:26 +00:00
gitpython = "*"
google-api-python-client = "*"
2018-02-13 04:28:26 +00:00
hurry = "*"
"hurry.filesize" = "*"
lxml = "*"
pyrasite = "*"
requests = "*"
websockets = "*"
[dev-packages]