Do not allow config dependency (#6036)
* Do not allow config dependency * Prevent config in discovery * Migrate to blacklist
This commit is contained in:
parent
b277fd55f9
commit
f29ee24b72
5 changed files with 67 additions and 0 deletions
|
@ -30,6 +30,8 @@ if False:
|
|||
|
||||
PREPARED = False
|
||||
|
||||
DEPENDENCY_BLACKLIST = set(('config',))
|
||||
|
||||
# List of available components
|
||||
AVAILABLE_COMPONENTS = [] # type: List[str]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue