From 2e2902d7085c4f957f08a4f9886f8c56543f1bbc Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 17 Jan 2020 16:43:22 +0100 Subject: [PATCH] Allow python 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc68fb5..1779a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.7" +python = ">=3.6" ofxtools = "^0.8.20" click = "^7.0" dateparser = "^0.7.2"