From 0c7d3f404510257ed8ddb082d1fc6aa181efe1de Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Sat, 20 Jan 2024 20:46:55 +0100 Subject: [PATCH] Remove unused dependency --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e59350b..6a54e87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ loguru numpy Pillow>=10.0.0 pyperclip -unidic_lite pynput websockets notify-py \ No newline at end of file diff --git a/setup.py b/setup.py index 96ff6c4..71052e1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,6 @@ setup( "numpy", "Pillow>=10.0.0", "pyperclip", - "unidic_lite", "pynput", "websockets", "notify-py"