Skip to content

Commit ccb6dd5

Browse files
committed
chore: Update pywebview dependency for Linux to use GTK instead of QT
1 parent 14fa9b0 commit ccb6dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pywebview; platform_system == "Windows"
22
pywebview; platform_system == "Darwin"
3-
pywebview[qt]; platform_system == "Linux"
3+
pywebview[gtk]; platform_system == "Linux"
44
pyinstaller
55
pillow

0 commit comments

Comments
 (0)