Skip to content

Commit d1a7421

Browse files
committed
Temporary fix for Python 3.10 and pywebview/pythonnet issue
See #69
1 parent 4aa1e17 commit d1a7421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pystray>=0.19.4
1010

1111
# force pywebview 3.5+ on Windows to fix authentication window crash bug (https://github.com/r0x0r/pywebview/issues/720)
1212
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)
1314
pywebview; sys_platform != 'win32' # (specify platform to avoid double requirement error with older pip versions)
1415
pywebview>=3.5; sys_platform == 'win32'
1516

0 commit comments

Comments
 (0)