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"