Support new desktop-notifier

This commit is contained in:
AuroraWright
2024-06-24 17:28:05 +02:00
parent a7b832f6f2
commit 1d5206db5b
2 changed files with 7 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ long_description = (Path(__file__).parent / "README.md").read_text('utf-8')
setup(
name="owocr",
version='1.7.4',
version='1.7.5',
description="Japanese OCR",
long_description=long_description,
long_description_content_type="text/markdown",
@@ -27,7 +27,7 @@ setup(
"pyperclipfix",
"pynput",
"websockets",
"desktop-notifier",
"desktop-notifier>=5.0.0",
"mss",
"pysbd",
"langid",