Upgraded python and modules
This commit is contained in:
parent
655d61ea84
commit
8a42245e4f
@ -1,13 +1,13 @@
|
||||
[Application]
|
||||
name=IFPass
|
||||
version=3.1-1
|
||||
version=3.2
|
||||
entry_point=IFPass:main
|
||||
icon=IF.ico
|
||||
console=true
|
||||
license_file=LICENSE
|
||||
|
||||
[Python]
|
||||
version=3.7.1
|
||||
version=3.7.3
|
||||
bitness=64
|
||||
|
||||
[Include]
|
||||
@ -28,13 +28,13 @@ bitness=64
|
||||
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
|
||||
numpy==1.16.4
|
||||
opencv-python==4.1.0.25
|
||||
Pillow==6.0.0
|
||||
pywin32==224
|
||||
six==1.12.0
|
||||
setuptools==40.8.0
|
||||
PyMuPDF==1.14.12
|
||||
setuptools==41.0.1
|
||||
PyMuPDF==1.14.16
|
||||
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
|
||||
|
@ -1,13 +1,13 @@
|
||||
[Application]
|
||||
name=IFPass
|
||||
version=3.1-1
|
||||
version=3.2
|
||||
entry_point=IFPass:main
|
||||
icon=IF.ico
|
||||
console=true
|
||||
license_file=LICENSE
|
||||
|
||||
[Python]
|
||||
version=3.7.1
|
||||
version=3.7.3
|
||||
bitness=32
|
||||
|
||||
[Include]
|
||||
@ -28,13 +28,13 @@ bitness=32
|
||||
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
|
||||
numpy==1.16.4
|
||||
opencv-python==4.1.0.25
|
||||
Pillow==6.0.0
|
||||
pywin32==224
|
||||
six==1.12.0
|
||||
setuptools==40.8.0
|
||||
PyMuPDF==1.14.12
|
||||
setuptools==41.0.1
|
||||
PyMuPDF==1.14.16
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user