Removed rapidfuzz from dependencies.

This commit is contained in:
Storm Dragon 2025-04-16 12:14:30 -04:00
parent a1fcee9a45
commit 6edb743c23
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -101,7 +101,6 @@ setup(
"dbus-python>=1.2.8", "dbus-python>=1.2.8",
"pyperclip", "pyperclip",
"pyudev>=0.21.0", "pyudev>=0.21.0",
"rapidfuzz>=2.0.0",
"setuptools", "setuptools",
"pexpect", "pexpect",
"pyte>=0.7.0", "pyte>=0.7.0",