Add fuzzywuzzy dep for search

binance_syminfo_and_mintick
Tyler Goodlet 2021-05-25 08:50:48 -04:00
parent 9cad59366f
commit 6cc325f855
1 changed files with 4 additions and 0 deletions

View File

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