mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Fix ANNOYING AS HECKIE rPi ARM compatibility
This commit is contained in:
parent
88e173efa2
commit
36f4b3ae1f
1 changed files with 14 additions and 5 deletions
15
Pipfile
15
Pipfile
|
@ -3,15 +3,24 @@ url = "https://pypi.python.org/simple"
|
||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
name = "pypi"
|
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]
|
[requires]
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
aiohttp = "*"
|
|
||||||
beautifulsoup4 = "*"
|
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" = "*"
|
"hurry.filesize" = "*"
|
||||||
lxml = "*"
|
|
||||||
requests = "*"
|
requests = "*"
|
||||||
websockets = "*"
|
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
lxml = "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue