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:
parent
88e173efa2
commit
36f4b3ae1f
1 changed files with 14 additions and 5 deletions
17
Pipfile
17
Pipfile
|
@ -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 = "*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue