mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
directly use rapidfuzz
This commit is contained in:
parent
9214b41255
commit
e97c04c03d
3 changed files with 3 additions and 129 deletions
2
Pipfile
2
Pipfile
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue