Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 48c100d

Browse files
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‎

Lines changed: 1 addition & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /