We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee972e commit 484ad6cCopy full SHA for 484ad6c
docs/changelog/1471.bugfix.rst
@@ -0,0 +1 @@
1
+Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`
setup.cfg
@@ -46,6 +46,7 @@ install_requires =
46
virtualenv >= 16.0.0
47
toml >=0.9.4
48
filelock >= 3.0.0, <4
49
+ colorama >= 0.4.1 ;platform_system=="Windows"
50
51
[options.packages.find]
52
where = src
0 commit comments