1
0

windows binaries: update pyinstaller to 4.0

This commit is contained in:
SomberNight
2020-09-07 18:18:58 +02:00
parent 4f46741c52
commit cb2f92f710
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
pip
setuptools
setuptools<50.0.0 # 50.0.0 might break pyinstaller. see https://github.com/pyinstaller/pyinstaller/commit/e9f9d79d6b23c767512156323d0a5d28c6386a57
pyinstaller>=3.6
# needed by pyinstaller:

View File

@@ -1,7 +1,8 @@
pip
setuptools
setuptools<50.0.0 # 50.0.0 might break pyinstaller. see https://github.com/pyinstaller/pyinstaller/commit/e9f9d79d6b23c767512156323d0a5d28c6386a57
# needed by pyinstaller:
pefile>=2017.8.1
altgraph
pywin32-ctypes>=0.2.0
pyinstaller-hooks-contrib>=2020.6