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:
committed by
Mariusz Felisiak
parent
9cc0d7f7f8
commit
9a9620dda6
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user