mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
(win-install) That pulled in too much pyqt, try more fine-grained.
part of CURA-11622
This commit is contained in:
parent
e2c3dd62ce
commit
89287f829d
1 changed files with 18 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue