From 63114a29f19c0051b4d6886652e55cb57e2cf9b1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 11 May 2019 09:31:23 +1000 Subject: [PATCH] Add PIP requirement for fuzzywuzzy https://github.com/seatgeek/fuzzywuzzy --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index baa43eb7fe..a860dd3726 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ django-cleanup>=2.1.0 # Manage deletion of old / unused uploaded files 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) \ No newline at end of file +python-coveralls==2.9.1 # Coveralls linking (for Travis) +fuzzywuzzy>=0.17.0 # Fuzzy string matching \ No newline at end of file