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``...