directly use rapidfuzz

This commit is contained in:
Max Bachmann
2022-10-31 20:42:44 +01:00
committed by Trenton H
parent 9214b41255
commit e97c04c03d
3 changed files with 3 additions and 129 deletions

View File

@@ -16,7 +16,6 @@ django-extensions = "*"
django-filter = "~=22.1"
djangorestframework = "~=3.13"
filelock = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
langdetect = "*"
@@ -28,6 +27,7 @@ python-dotenv = "*"
python-dateutil = "*"
python-magic = "*"
psycopg2 = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.1"
# Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/)