From 484ad6c45640a3c6c714dd7401a716ce41d3d17c Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sun, 1 Dec 2019 14:03:47 +0100 Subject: [PATCH] fix: 'colorama' is a dep on Windows --- 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 c41d76764..7263296ab 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