Updates depenencies

This commit is contained in:
Jordan ERNST 2019-03-05 10:16:37 +01:00
parent cf625f5398
commit 32300d81e4
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[Application] [Application]
name=IFPass name=IFPass
version=2.5 version=3.0
entry_point=IFPass:main entry_point=IFPass:main
icon=IF.ico icon=IF.ico
console=true console=true
@ -16,18 +16,18 @@ 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.1 numpy==1.16.2
opencv-python==4.0.0.21 opencv-python==4.0.0.21
Pillow==5.4.1 Pillow==5.4.1
pywin32==224 pywin32==224
six==1.12.0 six==1.12.0
setuptools==40.7.3 setuptools==40.8.0
PyMuPDF==1.14.8 PyMuPDF==1.14.8
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
# Packages without wheels (Must be installed locally): # Packages without wheels (Must be installed locally):
packages=PyPDF2 packages=PyPDF2
pywinauto
termcolor termcolor
# Other files and folders that should be installed # Other files and folders that should be installed

View File

@ -1,6 +1,6 @@
[Application] [Application]
name=IFPass name=IFPass
version=2.5 version=3.0
entry_point=IFPass:main entry_point=IFPass:main
icon=IF.ico icon=IF.ico
console=true console=true
@ -16,18 +16,18 @@ 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.1 numpy==1.16.2
opencv-python==4.0.0.21 opencv-python==4.0.0.21
Pillow==5.4.1 Pillow==5.4.1
pywin32==224 pywin32==224
six==1.12.0 six==1.12.0
setuptools==40.7.3 setuptools==40.8.0
PyMuPDF==1.14.8 PyMuPDF==1.14.8
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
# Packages without wheels (Must be installed locally): # Packages without wheels (Must be installed locally):
packages=PyPDF2 packages=PyPDF2
pywinauto
termcolor termcolor
# Other files and folders that should be installed # Other files and folders that should be installed