From 6520f5dd3e77dd5ea568318f7e26d45e8c216e54 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 7 May 2020 07:42:13 -0700 Subject: [PATCH] python>=3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11117252..ab9177d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.5" +python = "^3.6" requests-toolbelt = "^0.9.1" requests = "^2.23.0" idna = "^2.1" -- 2.47.3