mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Allow usage of colorlog 3.0.1 (#8885)
This commit is contained in:
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',)
|
||||
|
||||
|
@ -137,7 +137,7 @@ ciscosparkapi==0.4.2
|
||||
coinmarketcap==3.0.1
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog>2.1,<3
|
||||
colorlog==3.0.1
|
||||
|
||||
# homeassistant.components.alarm_control_panel.concord232
|
||||
# homeassistant.components.binary_sensor.concord232
|
||||
|
Loading…
x
Reference in New Issue
Block a user