Require latest mss/update readme

This commit is contained in:
AuroraWright
2025-10-25 13:53:22 +02:00
parent c129b1df11
commit 1f0018892a
2 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.19.4"
version = "1.19.5"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"
@@ -24,7 +24,7 @@ dependencies = [
"pynput<=1.7.8",
"websockets>=14.0",
"desktop-notifier>=6.1.0",
"mss",
"mss>=10.1.0",
"psutil",
"requests",
"pywin32;platform_system=='Windows'",