Closed farktronix closed 1 year ago
Good point, documented, thanks!
fix: https://github.com/redstreet/beancount_reds_importers/issues/80 document xlrd requirement
xlrd is optional, and thus not in requirements.txt, but is needed for
xls files and for testing
When I run
pytest --generate
I get an error thatxlrd
isn't installed. Installing this manually withpip install xlrd
fixes the problem but it would be great if that dependency were automatically installed.Unfortunately I'm not savvy enough with Python to know how to fix this- I spent some time searching but I wasn't able to find a solution to this.