Allow python 3.6

This commit is contained in:
Gabriel Augendre 2020-01-17 16:43:22 +01:00
parent 804c765f58
commit 2e2902d708
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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"