From 0fe4245620b5973c93e1230f0c9d2a81ffa48f6c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2017 10:16:04 +0200 Subject: [PATCH] Allow usage of colorlog 3.0.1 (#8885) --- homeassistant/scripts/check_config.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 05cf4d646f6..27987a70ce6 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -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',) diff --git a/requirements_all.txt b/requirements_all.txt index 223bba518a7..0c5a7f644e1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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