mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Install package for fast string matching
- But really, mostly to supress a warning!
This commit is contained in:
@ -15,3 +15,4 @@ flake8==3.3.0 # PEP checking
|
|||||||
coverage>=4.5.3 # Unit test coverage
|
coverage>=4.5.3 # Unit test coverage
|
||||||
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
||||||
fuzzywuzzy>=0.17.0 # Fuzzy string matching
|
fuzzywuzzy>=0.17.0 # Fuzzy string matching
|
||||||
|
python-Levenshtein>=0.12.0 # Required for fuzzywuzzy
|
Reference in New Issue
Block a user