Add colorama dependency
Used by statement reconciler.
This commit is contained in:
parent
5784068904
commit
45bc99e9ac
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ In the spirit of bc-reconcile-helper.plx (the original Perl code)
|
||||||
Not implemented:
|
Not implemented:
|
||||||
- --report-group-regex
|
- --report-group-regex
|
||||||
- git branch selection from bean-query-goofy-daemon.plx
|
- git branch selection from bean-query-goofy-daemon.plx
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import argparse
|
import argparse
|
||||||
import csv
|
import csv
|
||||||
|
|
|
@ -33,6 +33,7 @@ include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
babel>=2.6
|
babel>=2.6
|
||||||
beancount>=2.2
|
beancount>=2.2
|
||||||
|
colorama
|
||||||
GitPython>=2.0
|
GitPython>=2.0
|
||||||
odfpy>=1.4.0,!=1.4.1
|
odfpy>=1.4.0,!=1.4.1
|
||||||
pdfminer.six>=20200101
|
pdfminer.six>=20200101
|
||||||
|
|
Loading…
Reference in a new issue