Do not allow config dependency (#6036)

* Do not allow config dependency

* Prevent config in discovery

* Migrate to blacklist
This commit is contained in:
Paulus Schoutsen 2017-02-18 11:31:37 -08:00 committed by GitHub
parent b277fd55f9
commit f29ee24b72
5 changed files with 67 additions and 0 deletions

View file

@ -30,6 +30,8 @@ if False:
PREPARED = False
DEPENDENCY_BLACKLIST = set(('config',))
# List of available components
AVAILABLE_COMPONENTS = [] # type: List[str]