From b0e197dbbdf63c26ebe2e48f6862226ead257da2 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 27 Feb 2021 18:13:35 +1030 Subject: [PATCH] Add hidden import --- scripts/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.py b/scripts/build.py index 4a539e4e..28be04f1 100644 --- a/scripts/build.py +++ b/scripts/build.py @@ -287,6 +287,7 @@ 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 ]