Add colorama dependency for all platforms

This commit is contained in:
Aaron Lichtman 2019-11-06 02:53:37 +01:00
parent eb1ed3c0cd
commit 1a0847b38d
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -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"