Skip to content

Commit 9255bca

Browse files
authored
Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra
Fix colors extras
2 parents 643d9c4 + 5336d7d commit 9255bca

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ include = [
4141

4242
[tool.poetry.dependencies]
4343
python = ">=3.8.0"
44+
colorama = {version = ">=0.4.6", optional = true}
4445

4546
[tool.poetry.extras]
4647
colors = ["colorama"]

0 commit comments

Comments
 (0)