forked from gaugendre/ofx-processor
Allow python 3.6
This commit is contained in:
parent
804c765f58
commit
2e2902d708
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.7"
|
python = ">=3.6"
|
||||||
ofxtools = "^0.8.20"
|
ofxtools = "^0.8.20"
|
||||||
click = "^7.0"
|
click = "^7.0"
|
||||||
dateparser = "^0.7.2"
|
dateparser = "^0.7.2"
|
||||||
|
|
Loading…
Reference in a new issue