JerBouma/FinanceDatabase

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

yurivict opened this issue · 3 comments

At least pandas should be in the dependency list.

Good catch, any other suggestions other than pandas?

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

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

image