facioquo / stock-indicators-python

Stock Indicators for Python. Maintained by @LeeDongGeon1996
https://python.StockIndicators.dev
Apache License 2.0
208 stars 35 forks source link

test data now from `csv`, remove `openpyxl` #331

Closed DaveSkender closed 6 months ago

DaveSkender commented 6 months ago

openpyxl is no longer needed because we migrated sample data to csv from xlsx. I need to update conftest.py to load data from csv and then remove this dependency.

_Originally posted by @LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/330#discussion_r1438857950_