From 45bc99e9acc4bf956fef8f86749e0a4d849526f3 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 16 Feb 2024 11:27:57 +1100 Subject: [PATCH] Add colorama dependency Used by statement reconciler. --- conservancy_beancount/reconcile/helper.py | 1 - setup.cfg | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy_beancount/reconcile/helper.py b/conservancy_beancount/reconcile/helper.py index 4829c05..6e56ef2 100644 --- a/conservancy_beancount/reconcile/helper.py +++ b/conservancy_beancount/reconcile/helper.py @@ -12,7 +12,6 @@ In the spirit of bc-reconcile-helper.plx (the original Perl code) Not implemented: - --report-group-regex - git branch selection from bean-query-goofy-daemon.plx - """ import argparse import csv diff --git a/setup.cfg b/setup.cfg index 08b6ea6..d96de60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ include_package_data = True install_requires = babel>=2.6 beancount>=2.2 + colorama GitPython>=2.0 odfpy>=1.4.0,!=1.4.1 pdfminer.six>=20200101