Compare commits

..

No commits in common. "v0.0.2" and "master" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1 @@
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.0.2", version="0.1.0",
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={