Switch to a pyperclip fork to fix issues with Linux

This commit is contained in:
AuroraWright
2024-01-23 10:35:33 +01:00
parent 9980a43bdb
commit b1ac3b6438
3 changed files with 6 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.0',
version='1.1',
description="Japanese OCR",
long_description=long_description,
long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@ setup(
"loguru",
"numpy",
"Pillow>=10.0.0",
"pyperclip",
"pyperclipfix",
"pynput",
"websockets",
"notify-py"