yurivict opened this issue 3 years ago · 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.
pandas
pathlib
setup.py