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",
"asyncio",
"packaging", # needed for linux
"packaging.specifiers",
"appdirs",
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
]