1
0
Fork 0
mirror of synced 2024-05-03 20:23:01 +12:00
Rare/requirements-webview.txt

7 lines
304 B
Plaintext
Raw Permalink Normal View History

# pywebview with QtWebEngine backend has issues with EGS login form, so use GTK
pywebview[gtk]; platform_system == "Linux"
pywebview[gtk]; platform_system == "FreeBSD"
pythonnet>=3.0.0rc4; platform_system == "Windows"
cefpython3; platform_system == "Windows"
2022-09-10 05:54:34 +12:00
pywebview[cef]; platform_system == "Windows"