Skip to content

Commit

Permalink
Add fuzzywuzzy dep for search
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy authored and Guillermo Rodriguez committed May 26, 2021
1 parent 9818ea9 commit 13914ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
# 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``...
Expand Down

0 comments on commit 13914ba

Please sign in to comment.