1
0

rerun freeze_packages

This commit is contained in:
SomberNight
2021-11-02 17:39:51 +01:00
parent d67e24438e
commit 6a0d7dfd48
10 changed files with 1066 additions and 751 deletions

View File

@@ -2,7 +2,10 @@ pip
setuptools<50.0.0 # 50.0.0 might break pyinstaller. see https://github.com/pyinstaller/pyinstaller/commit/e9f9d79d6b23c767512156323d0a5d28c6386a57
wheel
pyinstaller>=3.6
# TODO test newer versions of pyinstaller for build-reproducibility.
# upper bound is there due to change in code-signing behaviour
# (https://github.com/pyinstaller/pyinstaller/pull/5581)
pyinstaller>=3.6,<4.3
# needed by pyinstaller:
macholib