We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33246b9 commit 14fa9b0Copy full SHA for 14fa9b0
requirements.txt
@@ -1,3 +1,5 @@
1
-pywebview[qt]
+pywebview; platform_system == "Windows"
2
+pywebview; platform_system == "Darwin"
3
+pywebview[qt]; platform_system == "Linux"
4
pyinstaller
5
pillow
0 commit comments