From 9326d03a57c936ba789207b0c00b8469abb32f4b Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 22 Dec 2020 12:29:43 -0800 Subject: [PATCH] Update PyInstaller to 4.1 * APScheduler needs to be installed from PyPI due to the way it retrieves it's own version number using pkg_resources.get_distribution --- package/requirements-macos.txt | 3 ++- package/requirements-windows.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/requirements-macos.txt b/package/requirements-macos.txt index 30503977..018fe093 100644 --- a/package/requirements-macos.txt +++ b/package/requirements-macos.txt @@ -1,4 +1,5 @@ -pyinstaller==3.6 +apshceduler=3.6.3 +pyinstaller==4.1 pyopenssl==20.0.0 pycryptodomex==3.9.9 pyobjc-framework-Cocoa==6.2.2 diff --git a/package/requirements-windows.txt b/package/requirements-windows.txt index 1afa40a3..fd9918a8 100644 --- a/package/requirements-windows.txt +++ b/package/requirements-windows.txt @@ -1,4 +1,5 @@ -pyinstaller==3.6 +apshceduler=3.6.3 +pyinstaller==4.1 pyopenssl==20.0.0 pycryptodomex==3.9.9 pywin32==300