2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-15 11:33:08 +00:00

Add PIP requirement for fuzzywuzzy

https://github.com/seatgeek/fuzzywuzzy
This commit is contained in:
Oliver Walters 2019-05-11 09:31:23 +10:00
parent e92899494f
commit 63114a29f1

View File

@ -15,3 +15,4 @@ django-qr-code==1.0.0 # Generate QR codes
flake8==3.3.0 # PEP checking 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