Compare commits
No commits in common. "v0.0.2" and "master" have entirely different histories.
2 changed files with 1 additions and 2 deletions
|
|
@ -1,2 +1 @@
|
||||||
pdfplumber>=0.10.0
|
pdfplumber>=0.10.0
|
||||||
matplotlib>=3.5.0
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue