Move voluptuous-serialize to core requirement (#16507)

This commit is contained in:
Jason Hu 2018-09-09 00:49:51 -07:00 committed by Fabian Affolter
parent 7d590a6b93
commit 4291bdc6b2
6 changed files with 3 additions and 11 deletions

View file

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