Updated dependencies to include rapidfuzz.

This commit is contained in:
Storm Dragon 2025-02-26 17:08:50 -05:00
parent e46926f145
commit 145cab6221
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ pyudev>=0.21.0
pexpect pexpect
pyttsx3 pyttsx3
pyte>=0.7.0 pyte>=0.7.0
rapidfuzz>=2.0.0

View File

@ -100,6 +100,7 @@ setup(
"daemonize>=2.5.0", "daemonize>=2.5.0",
"dbus-python>=1.2.8", "dbus-python>=1.2.8",
"pyudev>=0.21.0", "pyudev>=0.21.0",
"rapidfuzz>=2.0.0",
"setuptools", "setuptools",
"pexpect", "pexpect",
"pyttsx3", "pyttsx3",