Move voluptuous-serialize to core requirement (#16507)
This commit is contained in:
parent
7d590a6b93
commit
4291bdc6b2
6 changed files with 3 additions and 11 deletions
1
setup.py
1
setup.py
|
@ -47,6 +47,7 @@ REQUIRES = [
|
|||
'pyyaml>=3.13,<4',
|
||||
'requests==2.19.1',
|
||||
'voluptuous==0.11.5',
|
||||
'voluptuous-serialize==2.0.0',
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue