From 32300d81e40f9cd5cd0b4c898f35e327e493978f Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Tue, 5 Mar 2019 10:16:37 +0100 Subject: [PATCH] Updates depenencies --- installer-x64.cfg | 8 ++++---- installer-x86.cfg | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installer-x64.cfg b/installer-x64.cfg index 19eabb5..30573bf 100644 --- a/installer-x64.cfg +++ b/installer-x64.cfg @@ -1,6 +1,6 @@ [Application] name=IFPass -version=2.5 +version=3.0 entry_point=IFPass:main icon=IF.ico console=true @@ -16,18 +16,18 @@ bitness=64 pypi_wheels=code128==0.3 colorama==0.4.1 pyfiglet==0.8.post1 - numpy==1.16.1 + numpy==1.16.2 opencv-python==4.0.0.21 Pillow==5.4.1 pywin32==224 six==1.12.0 - setuptools==40.7.3 + setuptools==40.8.0 PyMuPDF==1.14.8 + 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): packages=PyPDF2 - pywinauto termcolor # Other files and folders that should be installed diff --git a/installer-x86.cfg b/installer-x86.cfg index 41212b7..ee07a26 100644 --- a/installer-x86.cfg +++ b/installer-x86.cfg @@ -1,6 +1,6 @@ [Application] name=IFPass -version=2.5 +version=3.0 entry_point=IFPass:main icon=IF.ico console=true @@ -16,18 +16,18 @@ bitness=32 pypi_wheels=code128==0.3 colorama==0.4.1 pyfiglet==0.8.post1 - numpy==1.16.1 + numpy==1.16.2 opencv-python==4.0.0.21 Pillow==5.4.1 pywin32==224 six==1.12.0 - setuptools==40.7.3 + setuptools==40.8.0 PyMuPDF==1.14.8 + 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): packages=PyPDF2 - pywinauto termcolor # Other files and folders that should be installed