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