mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 00:12:02 +08: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
@ -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…
x
Reference in New Issue
Block a user