2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-04 01:35:54 +00:00

use rapidfuzz instead of fuzzywuzzy

This commit is contained in:
maxbachmann
2020-03-22 19:54:36 +01:00
parent c6f069028c
commit b162c97226
4 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ from django.conf import settings
import os
from fuzzywuzzy import fuzz
from rapidfuzz import fuzz
from decimal import Decimal
from .models import PartCategory, Part, PartAttachment