Add Levenshtein as a requirement

It gives much better results in fuzzy searches.
This commit is contained in:
Gergely Polonkai 2015-10-20 09:52:31 +02:00
parent 2bfedffad4
commit 8a3c6a7851
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ django-webtest==1.7.7
django-js-reverse==0.3.3
djangorestframework==3.2.4
fuzzywuzzy==0.4.0
python-Levenshtein==0.12.0