home-assistant: Fix dependency restriction
This commit is contained in:
parent
3970e7a1c0
commit
df8552e534
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue