Skip to content

Commit 48c100d

Browse files
committed
build(poetry): rely on pip for resolving termcolor dependency on Python < 3.7
1 parent 60403a5 commit 48c100d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ python = "^3.6.2"
5151
questionary = "^1.4.0"
5252
decli = "^0.5.2"
5353
colorama = "^0.4.1"
54-
termcolor = [
55-
{ "version" = "^1.1", python = "< 3.7" },
56-
{ "version" = ">= 1.1, < 3", python = ">= 3.7" },
57-
]
54+
termcolor = ">=1.1,<3"
5855
packaging = ">=19"
5956
tomlkit = ">=0.5.3,<1.0.0"
6057
jinja2 = ">=2.10.3"

0 commit comments

Comments
 (0)