JerBouma / FinanceDatabase

This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets.
https://www.jeroenbouma.com/projects/financedatabase
MIT License
3.61k stars 401 forks source link

[BUG] No required/depends clauses in setup.py/pyproject.toml #32

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

At least pandas should be in the dependency list.

JerBouma commented 1 year ago

Good catch, any other suggestions other than pandas?

yurivict commented 1 year ago

You can 'grep import *' and see what other dependencies does it install.

JerBouma commented 1 year ago

Conclusion is it's just pandas and pathlib. I've added in the line within setup.py so this should now be clear.

image