1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00
modufur/Pipfile
Dylan Dizon ac72df2cea Prune and clean vestigial packages from Pipfile
Also removed Python version requirement entirely
2018-11-03 20:07:41 -04:00

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]