Specify configurator as dependency (#23030)

This commit is contained in:
Paulus Schoutsen 2019-04-11 20:11:56 -07:00 committed by GitHub
parent 7303d56a55
commit 57f17707c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 17 additions and 12 deletions

View file

@ -5,6 +5,6 @@
"requirements": [
"homekit[IP]==0.13.0"
],
"dependencies": [],
"dependencies": ["configurator"],
"codeowners": []
}