Updated dependencies.

This commit is contained in:
Storm Dragon 2025-03-02 17:43:01 -05:00
parent 09391bfe84
commit 1552b962a1
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@ daemonize>=2.5.0
dbus-python>=1.2.8 dbus-python>=1.2.8
pyudev>=0.21.0 pyudev>=0.21.0
pexpect pexpect
pyttsx3 ppyperclip
pyte>=0.7.0 pyte>=0.7.0
rapidfuzz>=2.0.0 rapidfuzz>=2.0.0

View File

@ -99,6 +99,7 @@ setup(
"evdev>=1.1.2", "evdev>=1.1.2",
"daemonize>=2.5.0", "daemonize>=2.5.0",
"dbus-python>=1.2.8", "dbus-python>=1.2.8",
"pyperclip",
"pyudev>=0.21.0", "pyudev>=0.21.0",
"rapidfuzz>=2.0.0", "rapidfuzz>=2.0.0",
"setuptools", "setuptools",