From 1dffdbeecdbe68d50ce98cf369b50f775d19898e Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Fri, 1 Mar 2019 11:09:18 +0100 Subject: [PATCH] Added PyMuPDF dependency --- installer-x64.cfg | 1 + installer-x86.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/installer-x64.cfg b/installer-x64.cfg index 860d7aa..19eabb5 100644 --- a/installer-x64.cfg +++ b/installer-x64.cfg @@ -22,6 +22,7 @@ pypi_wheels=code128==0.3 pywin32==224 six==1.12.0 setuptools==40.7.3 + PyMuPDF==1.14.8 # Must check if future updates of the following packages provide .whl files # pywinauto needs to be downloaded manually and edit setup to match platform=win32 # Packages without wheels (Must be installed locally): diff --git a/installer-x86.cfg b/installer-x86.cfg index 637cc07..41212b7 100644 --- a/installer-x86.cfg +++ b/installer-x86.cfg @@ -22,6 +22,7 @@ pypi_wheels=code128==0.3 pywin32==224 six==1.12.0 setuptools==40.7.3 + PyMuPDF==1.14.8 # Must check if future updates of the following packages provide .whl files # pywinauto needs to be downloaded manually and edit setup to match platform=win32 # Packages without wheels (Must be installed locally):