Add MQTT to constraints file (#38049)
This commit is contained in:
parent
726d5fdd94
commit
0ffeb4dea4
2 changed files with 6 additions and 2 deletions
|
@ -297,8 +297,11 @@ def gather_constraints():
|
|||
return (
|
||||
"\n".join(
|
||||
sorted(
|
||||
core_requirements()
|
||||
+ list(gather_recursive_requirements("default_config"))
|
||||
{
|
||||
*core_requirements(),
|
||||
*gather_recursive_requirements("default_config"),
|
||||
*gather_recursive_requirements("mqtt"),
|
||||
}
|
||||
)
|
||||
+ [""]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue