Switch to a pyperclip fork to fix issues with Linux
This commit is contained in:
4
setup.py
4
setup.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user