update requirements.txt and bump version
This commit is contained in:
parent
23304ba20e
commit
9cdc459b90
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
||||||
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.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={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue