From 71a296444b44a6f27b18ed57024743993822040a Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 22:32:19 -0500 Subject: [PATCH] re-add debugpy --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index a94a98e..92e8254 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -30,7 +30,7 @@ a = Analysis(['run.py'], (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse')] + [(p, 'parso/python') for p in parso_grammar] + datas1, - hiddenimports=['ipykernel.datapub', 'vtkmodules', 'vtkmodules.all', + hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5', 'pyqtgraph.graphicsItems.PlotItem.plotConfigTemplate_pyqt5', 'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'xmlrpc',