redstreet/fava_investor

Missing dependency on tabular

tbm opened this issue · 1 comments

tbm commented

setup.py is missing a dependency on tabular:

  File "/home/tbm/.local/lib/python3.7/site-packages/fava_investor/common/clicommon.py", line 4, in <module>
    import tabulate
ModuleNotFoundError: No module named 'tabulate'

Fixed, thanks!