redstreet/beancount_reds_importers

Missing dependency: petl

Closed this issue · 1 comments

Many thanks @redstreet for making these importer tools available.

I tried to run the example importer in beancount_reds_importers/example (in a fresh virtual environment) but got the following error.

$ bean-identify my.import OfxDownload.qfx 
[...]
ModuleNotFoundError: No module named 'petl'

Looks like petl needs to be added as a dependency in setup.py?

Happy you're finding it useful 👍. Indeed, I'd forgotten petl as a dependency. Fixed, thank you!