1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Rollback voluptuous to 0.8.9 (#2687)

This commit is contained in:
Paulus Schoutsen
2016-07-31 17:20:08 -07:00
parent ba72166333
commit 628eacc83e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ REQUIRES = [
'pytz>=2016.6.1',
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.9.1',
'voluptuous==0.8.9',
'typing>=3,<4',
'sqlalchemy==1.0.14',
]