From 483d7e2f6fa02427f4468e1db4d133f1b0490906 Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Fri, 22 Mar 2019 13:02:15 +0100 Subject: [PATCH] Fixed con files --- installer-x64.cfg | 34 +++++++++++++++++++++++----------- installer-x86.cfg | 34 +++++++++++++++++++++++----------- 2 files changed, 46 insertions(+), 22 deletions(-) diff --git a/installer-x64.cfg b/installer-x64.cfg index ac45804..61c3eda 100644 --- a/installer-x64.cfg +++ b/installer-x64.cfg @@ -13,17 +13,29 @@ bitness=64 [Include] # Packages from PyPI that your application requires, one per line # These must have wheels on PyPI: -pypi_wheels=code128==0.3 # https://pypi.org/project/code128/ - colorama==0.4.1 # https://pypi.org/project/colorama/ - pyfiglet==0.8.post1 # https://pypi.org/project/pyfiglet/ - numpy==1.16.2 # https://pypi.org/project/numpy/ - opencv-python==4.0.0.21 # https://pypi.org/project/opencv-python/ - Pillow==5.4.1 # https://pypi.org/project/Pillow/ - pywin32==224 # https://pypi.org/project/pywin32/ - six==1.12.0 # https://pypi.org/project/six/ - setuptools==40.8.0 # https://pypi.org/project/setuptools/ - PyMuPDF==1.14.12 # https://pypi.org/project/PyMuPDF/ - pywinauto==0.6.6 # https://pypi.org/project/pywinauto/ +# https://pypi.org/project/code128/ +# https://pypi.org/project/colorama/ +# https://pypi.org/project/pyfiglet/ +# https://pypi.org/project/numpy/ +# https://pypi.org/project/opencv-python/ +# https://pypi.org/project/Pillow/ +# https://pypi.org/project/pywin32/ +# https://pypi.org/project/six/ +# https://pypi.org/project/setuptools/ +# https://pypi.org/project/PyMuPDF/ +# https://pypi.org/project/pywinauto/ + +pypi_wheels=code128==0.3 + colorama==0.4.1 + pyfiglet==0.8.post1 + numpy==1.16.2 + opencv-python==4.0.0.21 + Pillow==5.4.1 + pywin32==224 + six==1.12.0 + setuptools==40.8.0 + PyMuPDF==1.14.12 + pywinauto==0.6.6 # 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 dd1bc55..2d79cc2 100644 --- a/installer-x86.cfg +++ b/installer-x86.cfg @@ -13,17 +13,29 @@ bitness=32 [Include] # Packages from PyPI that your application requires, one per line # These must have wheels on PyPI: -pypi_wheels=code128==0.3 # https://pypi.org/project/code128/ - colorama==0.4.1 # https://pypi.org/project/colorama/ - pyfiglet==0.8.post1 # https://pypi.org/project/pyfiglet/ - numpy==1.16.2 # https://pypi.org/project/numpy/ - opencv-python==4.0.0.21 # https://pypi.org/project/opencv-python/ - Pillow==5.4.1 # https://pypi.org/project/Pillow/ - pywin32==224 # https://pypi.org/project/pywin32/ - six==1.12.0 # https://pypi.org/project/six/ - setuptools==40.8.0 # https://pypi.org/project/setuptools/ - PyMuPDF==1.14.12 # https://pypi.org/project/PyMuPDF/ - pywinauto==0.6.6 # https://pypi.org/project/pywinauto/ +# https://pypi.org/project/code128/ +# https://pypi.org/project/colorama/ +# https://pypi.org/project/pyfiglet/ +# https://pypi.org/project/numpy/ +# https://pypi.org/project/opencv-python/ +# https://pypi.org/project/Pillow/ +# https://pypi.org/project/pywin32/ +# https://pypi.org/project/six/ +# https://pypi.org/project/setuptools/ +# https://pypi.org/project/PyMuPDF/ +# https://pypi.org/project/pywinauto/ + +pypi_wheels=code128==0.3 + colorama==0.4.1 + pyfiglet==0.8.post1 + numpy==1.16.2 + opencv-python==4.0.0.21 + Pillow==5.4.1 + pywin32==224 + six==1.12.0 + setuptools==40.8.0 + PyMuPDF==1.14.12 + pywinauto==0.6.6 # 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):