From 86bfdd52612695f13619fb4e8abdbba312a18f98 Mon Sep 17 00:00:00 2001 From: Emmanuel Sciara Date: Tue, 4 Jun 2019 11:50:28 +0200 Subject: [PATCH] fix: #28 allows poetry add on py36 envs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 217ddd4ea7..3a3c1c39d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">3.6" +python = "^3.6" questionary = "^1.0" decli = "^0.5.0" colorama = "^0.4.1"