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):