Extract ruamel.yaml to util with secrets, lovelace ws decorators (#17958)
* Extract ruamel.yaml to util, ws decorators, secrets * lint * Extend SafeConstructor Somehow my last commit is gone after rebase... * lint * Woof... * Woof woof... * Cleanup type hints * Update homeassistant/scripts/check_config.py * lint * typing
This commit is contained in:
parent
1578187376
commit
b763c0f902
10 changed files with 452 additions and 385 deletions
1
setup.py
1
setup.py
|
@ -46,6 +46,7 @@ REQUIRES = [
|
|||
'pytz>=2018.04',
|
||||
'pyyaml>=3.13,<4',
|
||||
'requests==2.20.0',
|
||||
'ruamel.yaml==0.15.72',
|
||||
'voluptuous==0.11.5',
|
||||
'voluptuous-serialize==2.0.0',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue