yegle / fava-docker

A Dockerfile for beancount-fava
MIT License
91 stars 45 forks source link

Supporting extensions #21

Closed lutzky closed 1 year ago

lutzky commented 1 year ago

As can be seen by the numerous forks of this repository, a lot of people would like to pip install some more things as part of the build (I, for one, am interested in https://github.com/redstreet/beancount_reds_plugins).

Options include:

WDYT?

yegle commented 1 year ago

Feel free to send PR with the extensions you need.

Preferably they should be pip-installed from PyPI using --require-hashes flag and we manually bump the version and hash.

lutzky commented 1 year ago

Fair enough, https://github.com/yegle/fava-docker/pull/22 does what I think you mean.