summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMinchinWeb <w_minchin@hotmail.com>2020-11-11 06:27:10 -0700
committerGitHub <noreply@github.com>2020-11-11 14:27:10 +0100
commitf1585c54d0242d71cdc63421f751528472b1c9c2 (patch)
tree36c33ba13c81742a8ca0e58b7486c4f020788347 /tests/requirements
parentb7f500396e05cd1f0bb8901fce16e2d8393d2779 (diff)
downloaddjango-f1585c54d0242d71cdc63421f751528472b1c9c2.tar.gz
Fixed #31216 -- Added support for colorama terminal colors on Windows.
Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index d5c59b4e30..a51bda55ad 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -16,3 +16,4 @@ PyYAML
selenium
sqlparse >= 0.2.2
tblib >= 1.5.0
+colorama; sys.platform == 'win32'