From aa2c6d3a46f5b8c6aa8216b2ecb4c6a6e24587ae Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 20 Nov 2024 15:26:53 +0100 Subject: [PATCH] Add workaround for beangrow issues They currently use an invalid dependency specification which makes any attempt to install it fail. Until they fix this, I'll have to divert to a fork. --- images/fava/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/requirements.txt b/images/fava/requirements.txt index 2c02f99..0ba12d4 100644 --- a/images/fava/requirements.txt +++ b/images/fava/requirements.txt @@ -6,7 +6,7 @@ fava_envelope==0.5.9 fava-investor==0.7.0 # renovate: branch=main git+https://github.com/andreasgerstmayr/fava-dashboards.git@50a0b7c8b20e50b15bf491329e1ecab6598d8b96 -git+https://github.com/beancount/beangrow.git@aa70be1ec9905ddd6c85ef1cb1fad1c80c351e71 +git+https://github.com/sclu1034/beangrow.git@2c2ba6c062743c0283193374decf587025002b03 # renovate: branch=main git+https://github.com/daniel-wells/beancount_checkclosed.git@5abc380703105c12b518144f83a5c4fe25cc8f39 # renovate: branch=main