2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +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

@ -29,7 +29,7 @@ from mptt.models import TreeForeignKey
from decimal import Decimal
from datetime import datetime
from fuzzywuzzy import fuzz
from rapidfuzz import fuzz
import hashlib
from InvenTree import helpers