Install package for fast string matching

- But really, mostly to supress a warning!
This commit is contained in:
Oliver Walters 2019-09-07 22:30:46 +10:00
parent 27798cd4ad
commit e1ef7174f9

View File

@ -14,4 +14,5 @@ django-qr-code==1.0.0 # Generate QR codes
flake8==3.3.0 # PEP checking
coverage>=4.5.3 # Unit test coverage
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