You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/requirements.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ python-statemachine==3.2.0
66
66
yoctopuce==2.1.14927
67
67
PyQt6==6.11.0
68
68
PyQt6-WebEngine==6.11.0
69
-
qt6-tools==6.5.0.1.3
70
69
paho-mqtt==2.1.0
71
70
jmespath==1.1.0
72
71
cryptography==49.0.0# last version with macOS Intel binaries: 48.0.1
@@ -78,6 +77,9 @@ cryptography==49.0.0 # last version with macOS Intel binaries: 48.0.1
78
77
###
79
78
pyinstaller==6.21.0; platform_system=='Linux' or sys_platform=='darwin'# on Windows pyinstaller is separately installed (see above)
80
79
#
80
+
### Qt build tools not part of PyQt but required by build-derived
81
+
qt5-tools==5.15.2.1.3; (platform_system=='Windows' and python_version<'3.9')
82
+
qt6-tools==6.5.0.1.3; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
0 commit comments