Add hidden import

This commit is contained in:
grossmj 2021-02-27 18:13:35 +10:30
parent e213279cdc
commit b0e197dbbd

View File

@ -287,6 +287,7 @@ 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
] ]