We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa1e17 commit d1a7421Copy full SHA for d1a7421
requirements.txt
@@ -10,6 +10,7 @@ pystray>=0.19.4
10
11
# force pywebview 3.5+ on Windows to fix authentication window crash bug (https://github.com/r0x0r/pywebview/issues/720)
12
pythonnet==3.0.0a2; sys_platform == 'win32' and python_version >= '3.10' # force compatible pythonnet (pywebview req.)
13
+clr-loader==0.1.7; sys_platform == 'win32' and python_version >= '3.10' # also needed to fix pywebview (temp; #69)
14
pywebview; sys_platform != 'win32' # (specify platform to avoid double requirement error with older pip versions)
15
pywebview>=3.5; sys_platform == 'win32'
16
0 commit comments