From 13071fd9d863bf82cf08ca14fe833777b2ef6a96 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 20 Jan 2025 17:28:29 +0100 Subject: [PATCH] Updated build spec --- sideband.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sideband.spec b/sideband.spec index f0395be..67f1d3f 100644 --- a/sideband.spec +++ b/sideband.spec @@ -7,7 +7,7 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=[], + hiddenimports=["mistune", "bs4"], hookspath=[], hooksconfig={}, runtime_hooks=[],