(win-install) That pulled in too much pyqt, try more fine-grained.

part of CURA-11622
This commit is contained in:
Remco Burema 2024-12-10 14:33:16 +01:00
parent e2c3dd62ce
commit 89287f829d

View File

@ -100,6 +100,15 @@ pyinstaller:
- "pyDulcificum"
- "pynest2d"
- "PyQt6"
- "PyQt6.QtQml"
- "PyQt6.QtQuick"
- "PyQt6.QtQuick.Widgets"
- "PyQt6.QtQuick.Controls"
- "PyQt6.QtQuick.Dialogs"
- "PyQt6.QtQuick.Layouts"
- "PyQt6.QtWidgets"
- "PyQt6.QtDBus"
- "PyQt6.QtGui"
- "PyQt6.QtNetwork"
- "PyQt6.sip"
- "logging.handlers"
@ -125,7 +134,15 @@ pyinstaller:
- "sqlite3"
- "trimesh"
- "win32ctypes"
- "PyQt6"
- "PyQt6.QtQml"
- "PyQt6.QtQuick"
- "PyQt6.QtQuick.Widgets"
- "PyQt6.QtQuick.Controls"
- "PyQt6.QtQuick.Dialogs"
- "PyQt6.QtQuick.Layouts"
- "PyQt6.QtWidgets"
- "PyQt6.QtDBus"
- "PyQt6.QtGui"
- "PyQt6.QtNetwork"
- "PyQt6.sip"
- "stl"