Check config requirement fix (#2999)

* Check config requirement fix
pull/2989/head
Johann Kellerman 2016-08-27 01:33:57 +02:00 committed by GitHub
parent 5cc672ea59
commit 37048919bf
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import homeassistant.config as config_util
import homeassistant.loader as loader
import homeassistant.util.yaml as yaml
REQUIREMENTS = ('colorlog>2.1<3',)
REQUIREMENTS = ('colorlog>2.1,<3',)
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
REQUIREMENTS += ('colorama<=1',)
@ -116,7 +116,7 @@ def run(script_args: List) -> int:
if 'all' in domain_info:
print(color('bold_white', 'Successful config (all)'))
for domain, config in res['components'].items():
print(color(C_HEAD, domain + ':'))
print(' ', color(C_HEAD, domain + ':'))
dump_dict(config, indent_count=3)
else:
print(color('bold_white', 'Successful config (partial)'))

View File

@ -53,7 +53,7 @@ boto3==1.3.1
cherrypy==7.1.0
# homeassistant.scripts.check_config
colorlog>2.1<3
colorlog>2.1,<3
# homeassistant.components.media_player.directv
directpy==0.1