From df5821adc42c0c57590cca40b90b2d75126e6dc0 Mon Sep 17 00:00:00 2001 From: RGAlexander216 <20406603+RGAlexander216@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:06:33 -0600 Subject: [PATCH] Adding python-Levenshtein to silence warning Silences a warning upon SearchEngine instantiation by having python-Levenshtein installed. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4994603138..859f9d302e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ fuzzywuzzy haversine>=2.5.0 SQLAlchemy>=1.4.0 sqlalchemy_mate>=1.4.28.3 +python-Levenshtein