From 6cc325f855e22374e83af4284993d35076b33d8b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 25 May 2021 08:50:48 -0400 Subject: [PATCH] Add fuzzywuzzy dep for search --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 457032dc..fe68640e 100755 --- a/setup.py +++ b/setup.py @@ -75,6 +75,10 @@ setup( # tsdbs 'pymarketstore', #'kivy', see requirement.txt; using a custom branch atm + + # fuzzy search + 'fuzzywuzzy[speedup]', + ], tests_require=['pytest'], python_requires=">=3.9", # literally for ``datetime.datetime.fromisoformat``...