From 1a0847b38d5ee79a2fe3f6b7d6381bf2136749fc Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Wed, 6 Nov 2019 02:53:37 +0100 Subject: [PATCH] Add colorama dependency for all platforms --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ea3c75a..f25df291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ keyring = "^19.0" pytz = "^2019.1" tzlocal = "^1.5" asteval = "^0.9.14" -colorama = {version = "^0.4.1",platform = "win32"} +colorama = "^0.4.1" python-dateutil = "^2.8" pyyaml = "^5.1" ansiwrap = "^0.8.4"