Skip to content

Commit 6a29b1f

Browse files
committed
Update pywebview requirement to fix PyInstaller issue (Windows)
Closes #148
1 parent 779e70e commit 6a29b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
99
pystray>=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
1717
pyobjc-framework-Cocoa; sys_platform == 'darwin'

0 commit comments

Comments
 (0)