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"