From c420d01a3daf5cb01de3cd3e09c96a600cc8b522 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Mon, 2 Dec 2019 12:24:28 +0000 Subject: [PATCH] fix colouring on windows (#1471) --- docs/changelog/1471.bugfix.rst | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/changelog/1471.bugfix.rst diff --git a/docs/changelog/1471.bugfix.rst b/docs/changelog/1471.bugfix.rst new file mode 100644 index 000000000..8946349e8 --- /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 97adce5fc..f9e6631c0 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