We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3c603 commit b036b29Copy full SHA for b036b29
1 file changed
pyinstaller.spec
@@ -28,6 +28,8 @@ a = Analysis(
28
'pygments.styles.default',
29
'qtconsole.client',
30
'OCP',
31
+ 'cadquery.func',
32
+ 'cadquery.units',
33
*casadi_hiddenimports,
34
],
35
hookspath=[],
0 commit comments