2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +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

@ -17,5 +17,4 @@ django-qr-code==1.1.0 # Generate QR codes
flake8==3.3.0 # PEP checking
coverage==4.0.3 # Unit test coverage
python-coveralls==2.9.1 # Coveralls linking (for Travis)
fuzzywuzzy==0.17.0 # Fuzzy string matching
python-Levenshtein==0.12.0 # Required for fuzzywuzzy
rapidfuzz==0.2.1 # Fuzzy string matching