From e1ef7174f96dd2363b6dea79c73336a89c55336e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 7 Sep 2019 22:30:46 +1000 Subject: [PATCH] Install package for fast string matching - But really, mostly to supress a warning! --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a07aa8265f..cf45d83248 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +fuzzywuzzy>=0.17.0 # Fuzzy string matching +python-Levenshtein>=0.12.0 # Required for fuzzywuzzy \ No newline at end of file