Skip to content

Commit ecea2a4

Browse files
jakob-kellerLee-W
authored andcommitted
build(poetry): relax termcolor dependency to allow 2.x under supported Python versions
1 parent 890bd00 commit ecea2a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ python = "^3.6.2"
6060
questionary = "^1.4.0"
6161
decli = "^0.5.2"
6262
colorama = "^0.4.1"
63-
termcolor = "^1.1"
63+
termcolor = [
64+
{ "version" = "^1.1", python = "< 3.7" },
65+
{ "version" = ">= 1.1, < 3", python = ">= 3.7" },
66+
]
6467
packaging = ">=19,<22"
6568
tomlkit = ">=0.5.3,<1.0.0"
6669
jinja2 = ">=2.10.3"

0 commit comments

Comments
 (0)