Skip to content

Commit b036b29

Browse files
committed
Fixed hidden imports in PyInstaller spec
1 parent ff3c603 commit b036b29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyinstaller.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ a = Analysis(
2828
'pygments.styles.default',
2929
'qtconsole.client',
3030
'OCP',
31+
'cadquery.func',
32+
'cadquery.units',
3133
*casadi_hiddenimports,
3234
],
3335
hookspath=[],

0 commit comments

Comments
 (0)