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

Fix ANNOYING AS HECKIE rPi ARM compatibility

This commit is contained in:
Myned 2018-12-20 17:17:32 -05:00
parent 88e173efa2
commit 36f4b3ae1f

17
Pipfile
View file

@ -3,15 +3,24 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://pypi.org/simple"
name = "pypi"
verify_ssl = true
[[source]]
url = "https://www.piwheels.org/simple"
name = "piwheels"
verify_ssl = true
[requires]
[packages]
aiohttp = "*"
beautifulsoup4 = "*"
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
"discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py",ref = "rewrite"}
"hurry.filesize" = "*"
lxml = "*"
requests = "*"
websockets = "*"
[dev-packages]
lxml = "*"