From 2854c2ea80fee1053d51edbe34cde8bbdb0364bb Mon Sep 17 00:00:00 2001 From: jtc42 Date: Fri, 17 Jan 2020 14:46:37 +0000 Subject: [PATCH] Allow onb Py36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce3901e1..443a494c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["jtc42 "] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.6" Flask = "^1.1.1" marshmallow = "^3.3.0" webargs = "^5.5.2"