summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-12-02 12:24:28 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2019-12-02 12:24:28 +0000
commitc420d01a3daf5cb01de3cd3e09c96a600cc8b522 (patch)
tree83b97cdd04352fed7d5df864cec6bf9afa6c7243
parentb4c4625ff3d7474c409f0e756b479dcd1c30d4f0 (diff)
downloadtox-git-c420d01a3daf5cb01de3cd3e09c96a600cc8b522.tar.gz
fix colouring on windows (#1471)
-rw-r--r--docs/changelog/1471.bugfix.rst1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/1471.bugfix.rst b/docs/changelog/1471.bugfix.rst
new file mode 100644
index 00000000..8946349e
--- /dev/null
+++ b/docs/changelog/1471.bugfix.rst
@@ -0,0 +1 @@
+Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`
diff --git a/setup.cfg b/setup.cfg
index 97adce5f..f9e6631c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,6 +46,7 @@ install_requires =
virtualenv >= 16.0.0
toml >=0.9.4
filelock >= 3.0.0, <4
+ colorama >= 0.4.1 ;platform_system=="Windows"
[options.packages.find]
where = src