Compare commits

...

1 commit

Author SHA1 Message Date
9cdc459b90
update requirements.txt and bump version 2026-03-09 22:33:12 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
pdfplumber>=0.10.0 pdfplumber>=0.10.0
matplotlib>=3.5.0

View file

@ -4,7 +4,7 @@ setup(
name="bac-import", name="bac-import",
description="Extract and analyze BAC Costa Rica credit card statements", description="Extract and analyze BAC Costa Rica credit card statements",
author="Fabian Montero <fabian@posixlycorrect.com>", author="Fabian Montero <fabian@posixlycorrect.com>",
version="0.1.0", version="0.0.2",
py_modules=["bac_extract", "bac_analyze"], py_modules=["bac_extract", "bac_analyze"],
install_requires=["pdfplumber>=0.10.0", "matplotlib>=3.5.0"], install_requires=["pdfplumber>=0.10.0", "matplotlib>=3.5.0"],
entry_points={ entry_points={