From 36f4b3ae1f20e958bd4d9eedcbac69f455005237 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 20 Dec 2018 17:17:32 -0500 Subject: [PATCH] Fix ANNOYING AS HECKIE rPi ARM compatibility --- Pipfile | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 6fd19a3..93f0340 100644 --- a/Pipfile +++ b/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] \ No newline at end of file +[dev-packages] +lxml = "*" +