update requirements.txt and bump version

This commit is contained in:
Fabian Montero 2026-03-09 22:33:12 -06:00
parent 23304ba20e
commit 9cdc459b90
Signed by: fabian
GPG key ID: 8036F30EDBAC8447
2 changed files with 2 additions and 1 deletions

View file

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

View file

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