mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Allow usage of colorlog 3.0.1 (#8885)
This commit is contained in:
committed by
Pascal Vizeli
parent
289c88ff71
commit
0fe4245620
@@ -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>2.1,<3',)
|
||||
REQUIREMENTS = ('colorlog==3.0.1',)
|
||||
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
|
||||
REQUIREMENTS += ('colorama<=1',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user