Add colorama dependency

Used by statement reconciler.
This commit is contained in:
Ben Sturmfels 2024-02-16 11:27:57 +11:00
parent 5784068904
commit 45bc99e9ac
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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