File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ timeago # for displaying the last authenticated activity hint
88# force pystray version with dummy GUI fix for headless deployments (https://github.com/moses-palmer/pystray/issues/118)
99pystray >= 0.19.4
1010
11- # force pywebview 4.0.2 + to fix Windows issue with PyInstaller/pythonw (https://github.com/r0x0r/pywebview/issues/1044 )
11+ # force pywebview 4.1 + to fix Windows issue with PyInstaller/pythonw (https://github.com/r0x0r/pywebview/issues/1086 )
1212# and macOS pre-Mojave crash when opening browser windows (https://github.com/r0x0r/pywebview/pull/1047) - we could do,
1313# e.g., platform_release < '18' to allow Linux and other macOS versions more flexibility, but that seems over-the-top
14- pywebview >= 4.0.2
14+ pywebview >= 4.1
1515
1616# macOS: improve menu bar interaction, provide native notifications and handle system events
1717pyobjc-framework-Cocoa ; sys_platform == 'darwin'
You can’t perform that action at this time.
0 commit comments