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:
Bram Kragten 2018-10-31 13:49:54 +01:00 committed by Paulus Schoutsen
parent 1578187376
commit b763c0f902
10 changed files with 452 additions and 385 deletions

View file

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