Remove unused dependency

This commit is contained in:
AuroraWright
2024-01-20 20:46:55 +01:00
parent 7042d5344f
commit 0c7d3f4045
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ loguru
numpy numpy
Pillow>=10.0.0 Pillow>=10.0.0
pyperclip pyperclip
unidic_lite
pynput pynput
websockets websockets
notify-py notify-py

View File

@@ -25,7 +25,6 @@ setup(
"numpy", "numpy",
"Pillow>=10.0.0", "Pillow>=10.0.0",
"pyperclip", "pyperclip",
"unidic_lite",
"pynput", "pynput",
"websockets", "websockets",
"notify-py" "notify-py"