From 3d60ae2bbc8fe9c28cac0cfe28495b9b8c20e237 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 24 Dec 2022 21:40:37 +0100 Subject: [PATCH] Remove hiddenimports --- relay.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/relay.spec b/relay.spec index c21a829..57fedc7 100644 --- a/relay.spec +++ b/relay.spec @@ -9,13 +9,7 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=[ - 'aputils.enums', - 'aputils.errors', - 'aputils.misc', - 'aputils.objects', - 'aputils.signer' - ], + hiddenimports=[], hookspath=[], hooksconfig={}, runtime_hooks=[],