Pin more dependencies

This commit is contained in:
AuroraWright
2025-04-07 15:17:10 +02:00
parent daf902eb7f
commit 748ed9dd84

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "owocr" name = "owocr"
version = "1.13.8" version = "1.13.9"
description = "Japanese OCR" description = "Japanese OCR"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
@@ -22,8 +22,8 @@ dependencies = [
"numpy", "numpy",
"Pillow>=10.0.0", "Pillow>=10.0.0",
"pyperclipfix", "pyperclipfix",
"pynput", "pynput<=1.7.8",
"websockets", "websockets>=14.0",
"desktop-notifier>=6.1.0", "desktop-notifier>=6.1.0",
"mss", "mss",
"pysbd", "pysbd",