Skip to content

Commit 484ad6c

Browse files
author
1138-4EB
committedDec 2, 2019
fix: 'colorama' is a dep on Windows
1 parent 9ee972e commit 484ad6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎docs/changelog/1471.bugfix.rst

+1
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

+1
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)