Allow usage of colorlog 3.0.1 (#8885)

This commit is contained in:
Fabian Affolter 2017-08-08 10:16:04 +02:00 committed by Pascal Vizeli
parent 289c88ff71
commit 0fe4245620
2 changed files with 2 additions and 2 deletions

View file

@ -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',)

View file

@ -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