1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.

This commit is contained in:
Sulabh Katila
2023-08-30 23:03:30 -04:00
committed by Mariusz Felisiak
parent 9cc0d7f7f8
commit 9a9620dda6
6 changed files with 10 additions and 7 deletions

View File

@@ -18,4 +18,4 @@ selenium >= 4.8.0
sqlparse >= 0.3.1
tblib >= 1.5.0
tzdata
colorama; sys.platform == 'win32'
colorama >= 0.4.6; sys.platform == 'win32'