home-assistant: Fix dependency restriction

This commit is contained in:
Elis Hirwing 2020-07-11 21:18:48 +02:00
parent 3970e7a1c0
commit df8552e534
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
1 changed files with 2 additions and 1 deletions

View File

@ -20,5 +20,6 @@ index 4e46f63217..b1aafee59d 100755
+ "requests>=2.23.0",
+ "ruamel.yaml>=0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.3.0",
- "voluptuous-serialize==2.3.0",
+ "voluptuous-serialize>=2.3.0",
]