Skip to content

Commit 14fa9b0

Browse files
committed
fix: Using qt only on Linux
1 parent 33246b9 commit 14fa9b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
pywebview[qt]
1+
pywebview; platform_system == "Windows"
2+
pywebview; platform_system == "Darwin"
3+
pywebview[qt]; platform_system == "Linux"
24
pyinstaller
35
pillow

0 commit comments

Comments
 (0)