From dd4c40b27cbdf6f33b60cb636105d548870a9e24 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 22:21:55 -0500 Subject: [PATCH] remove debugpy from hiddenimports in spec --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 7f9f8d9..a94a98e 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -33,7 +33,7 @@ a = Analysis(['run.py'], hiddenimports=['ipykernel.datapub', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5', 'pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyqt5', - 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'debugpy', 'xmlrpc', + 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'xmlrpc', 'zmq.backend', 'cq_warehouse', 'cq_warehouse.bearing', 'cq_warehouse.chain', 'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener', 'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache', 'build123d'] + hiddenimports1 + hiddenimports2,