Skip to content

Commit c420d01

Browse files
1138-4EBgaborbernat
1138-4EB
authored andcommitted
fix colouring on windows (#1471)
1 parent b4c4625 commit c420d01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/changelog/1471.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ install_requires =
4646
virtualenv >= 16.0.0
4747
toml >=0.9.4
4848
filelock >= 3.0.0, <4
49+
colorama >= 0.4.1 ;platform_system=="Windows"
4950

5051
[options.packages.find]
5152
where = src

0 commit comments

Comments
 (0)