On 10/06/24 00:52, Filip Filmar wrote:
One reason is I'm not that skilled with python. Another is that last time I checked beancount pulls in a preposterous amount of python deps, each one a potential dependency hell.

beancount version 2.3.x pulls is quite a few dependencies that are used only for utility scripts. These are not commonly used and thus have been moved to a dedicated project. beancount from the master branch IIRC depends only on click, dateutil, and regex, with very relaxed version requirements. Of these, only dateutil introduces a transitive dependency on six.

TL;DR: if you want minimal dependencies, install beancount from the git master branch:

python -m pip install git+https://github.com/beancount/beancount.git

Cheers,
Dan

--
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/aa15cbd3-af9a-4835-aa43-a7308f661fab%40grinta.net.

Reply via email to