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
This commit is contained in:
JonnyWong16
2020-12-22 12:29:43 -08:00
parent 4787f42d2e
commit 9326d03a57
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
pyinstaller==3.6 apshceduler=3.6.3
pyinstaller==4.1
pyopenssl==20.0.0 pyopenssl==20.0.0
pycryptodomex==3.9.9 pycryptodomex==3.9.9
pyobjc-framework-Cocoa==6.2.2 pyobjc-framework-Cocoa==6.2.2

View File

@@ -1,4 +1,5 @@
pyinstaller==3.6 apshceduler=3.6.3
pyinstaller==4.1
pyopenssl==20.0.0 pyopenssl==20.0.0
pycryptodomex==3.9.9 pycryptodomex==3.9.9
pywin32==300 pywin32==300