From cb9db19073723deeab4709afe6666942154920ee Mon Sep 17 00:00:00 2001 From: lordwelch Date: Thu, 5 Sep 2019 15:24:13 -0700 Subject: [PATCH] Fix requirements pip doesn't recognize my PyQt5 install (Void Linux) and pip complains on the git+https for pyinstaller --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 511943f..e16e1f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ unrar==0.3 natsort==3.5.2 PyPDF2==1.24 pillow>=4.3.0 -PyQt5>=5.10.1 -git+https://github.com/pyinstaller/pyinstaller@develop +pyinstaller pathvalidate