mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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.
This commit is contained in:
parent
b7f500396e
commit
f1585c54d0
7 changed files with 102 additions and 8 deletions
|
@ -273,6 +273,7 @@ dependencies:
|
|||
* argon2-cffi_ 19.1.0+
|
||||
* asgiref_ 3.2.10+ (required)
|
||||
* bcrypt_
|
||||
* colorama_
|
||||
* docutils_
|
||||
* geoip2_
|
||||
* jinja2_ 2.7+
|
||||
|
@ -319,6 +320,7 @@ service.
|
|||
.. _argon2-cffi: https://pypi.org/project/argon2_cffi/
|
||||
.. _asgiref: https://pypi.org/project/asgiref/
|
||||
.. _bcrypt: https://pypi.org/project/bcrypt/
|
||||
.. _colorama: https://pypi.org/project/colorama/
|
||||
.. _docutils: https://pypi.org/project/docutils/
|
||||
.. _geoip2: https://pypi.org/project/geoip2/
|
||||
.. _jinja2: https://pypi.org/project/jinja2/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue