Upgraded python and modules

This commit is contained in:
Jordan ERNST 2019-06-20 14:55:29 +02:00
parent 655d61ea84
commit 8a42245e4f
2 changed files with 14 additions and 14 deletions

View File

@ -1,13 +1,13 @@
[Application] [Application]
name=IFPass name=IFPass
version=3.1-1 version=3.2
entry_point=IFPass:main entry_point=IFPass:main
icon=IF.ico icon=IF.ico
console=true console=true
license_file=LICENSE license_file=LICENSE
[Python] [Python]
version=3.7.1 version=3.7.3
bitness=64 bitness=64
[Include] [Include]
@ -28,13 +28,13 @@ bitness=64
pypi_wheels=code128==0.3 pypi_wheels=code128==0.3
colorama==0.4.1 colorama==0.4.1
pyfiglet==0.8.post1 pyfiglet==0.8.post1
numpy==1.16.2 numpy==1.16.4
opencv-python==4.0.0.21 opencv-python==4.1.0.25
Pillow==5.4.1 Pillow==6.0.0
pywin32==224 pywin32==224
six==1.12.0 six==1.12.0
setuptools==40.8.0 setuptools==41.0.1
PyMuPDF==1.14.12 PyMuPDF==1.14.16
pywinauto==0.6.6 pywinauto==0.6.6
# Must check if future updates of the following packages provide .whl files # 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 # pywinauto needs to be downloaded manually and edit setup to match platform=win32

View File

@ -1,13 +1,13 @@
[Application] [Application]
name=IFPass name=IFPass
version=3.1-1 version=3.2
entry_point=IFPass:main entry_point=IFPass:main
icon=IF.ico icon=IF.ico
console=true console=true
license_file=LICENSE license_file=LICENSE
[Python] [Python]
version=3.7.1 version=3.7.3
bitness=32 bitness=32
[Include] [Include]
@ -28,13 +28,13 @@ bitness=32
pypi_wheels=code128==0.3 pypi_wheels=code128==0.3
colorama==0.4.1 colorama==0.4.1
pyfiglet==0.8.post1 pyfiglet==0.8.post1
numpy==1.16.2 numpy==1.16.4
opencv-python==4.0.0.21 opencv-python==4.1.0.25
Pillow==5.4.1 Pillow==6.0.0
pywin32==224 pywin32==224
six==1.12.0 six==1.12.0
setuptools==40.8.0 setuptools==41.0.1
PyMuPDF==1.14.12 PyMuPDF==1.14.16
pywinauto==0.6.6 pywinauto==0.6.6
# Must check if future updates of the following packages provide .whl files # 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 # pywinauto needs to be downloaded manually and edit setup to match platform=win32