From 384a23c85d0306df74d85282c8621c31dfb86e8d Mon Sep 17 00:00:00 2001 From: Chris Theisen Date: Sun, 3 Oct 2021 11:47:30 -0400 Subject: [PATCH] Update Levenshtein to not use recalled version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d95157..75f8353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ numpy==1.19.4 opencv-python-headless==4.4.0.46 psycopg2-binary==2.8.6 python-dotenv==0.15.0 -python-Levenshtein==0.12.0 +python-Levenshtein==0.12.1 SQLAlchemy==1.3.22 Unidecode==1.1.1 validators==0.18.1