Use cx_Freeze v5.1.1

This commit is contained in:
grossmj 2021-02-28 22:43:24 +10:30
parent b0e197dbbd
commit bc45a1bea9
2 changed files with 2 additions and 3 deletions

View File

@ -287,7 +287,6 @@ def build_command(arguments):
"psutil", "psutil",
"asyncio", "asyncio",
"packaging", # needed for linux "packaging", # needed for linux
"packaging.specifiers",
"appdirs", "appdirs",
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze "idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
] ]

View File

@ -1,5 +1,5 @@
setuptools==53.1.0 setuptools==40.8.0
cx_Freeze==5.0.2 cx_Freeze==5.1.1
requests==2.25.1 requests==2.25.1
packaging==20.9 packaging==20.9
appdirs==1.4.4 appdirs==1.4.4