From 9275191b7093ade90dfef010808612fa87a23984 Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Mon, 7 Apr 2025 02:51:00 +0200 Subject: [PATCH] Update desktop-notifier --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f39018..c47d173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "owocr" -version = "1.13.6" +version = "1.13.7" description = "Japanese OCR" readme = "README.md" requires-python = ">=3.11" @@ -24,17 +24,13 @@ dependencies = [ "pyperclipfix", "pynput", "websockets", - "desktop-notifier>=5.0.0", + "desktop-notifier>=6.1.0", "mss", "pysbd", "langid", "psutil", "requests", "pywinctl;platform_system=='Linux'", - "winrt-windows.applicationmodel.core==2.3.0;platform_system=='Windows'", - "winrt-windows-globalization==2.3.0;platform_system=='Windows'", - "winrt-Windows.Media.Ocr==2.3.0;platform_system=='Windows'", - "winrt-Windows.Storage.Streams==2.3.0;platform_system=='Windows'", "pywin32;platform_system=='Windows'", "pyobjc;platform_system=='Darwin'" ]