mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
check_config.py: allow colorlog==3.1. (#11927)
This commit is contained in:
committed by
Paulus Schoutsen
parent
ffcc41d6ef
commit
2b68bec428
@@ -13,7 +13,7 @@ from homeassistant import bootstrap, loader, setup, config as config_util
|
||||
import homeassistant.util.yaml as yaml
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
REQUIREMENTS = ('colorlog==3.0.1',)
|
||||
REQUIREMENTS = ('colorlog==3.1.2',)
|
||||
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
|
||||
REQUIREMENTS += ('colorama<=1',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user