Skip to content

Commit

Permalink
Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra
Browse files Browse the repository at this point in the history
Fix colors extras
  • Loading branch information
staticdev committed Dec 12, 2023
2 parents 643d9c4 + 5336d7d commit 9255bca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -41,6 +41,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.8.0"
colorama = {version = ">=0.4.6", optional = true}

[tool.poetry.extras]
colors = ["colorama"]
Expand Down

0 comments on commit 9255bca

Please sign in to comment.