From 6edb743c23241903b784d80496a030cc70898b29 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 16 Apr 2025 12:14:30 -0400 Subject: [PATCH] Removed rapidfuzz from dependencies. --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a08ff62..b8cc9f02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,3 @@ pyudev>=0.21.0 pexpect pyperclip pyte>=0.7.0 -rapidfuzz>=2.0.0 diff --git a/setup.py b/setup.py index d8584095..9aeafb41 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,6 @@ setup( "dbus-python>=1.2.8", "pyperclip", "pyudev>=0.21.0", - "rapidfuzz>=2.0.0", "setuptools", "pexpect", "pyte>=0.7.0",