From 90a1a1e0e9e62a1b6b4e50358c969b70996f4969 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 15 Jan 2024 23:44:54 -0500 Subject: [PATCH] remove hidden imports --- 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=[],