-
Dependency format
Dependencies to other extensions are defined by a dict with arrays. The key is the type of dependency and the value are a string array with the names of the other dependencies.
dependencies = { 'python' : ['fileupload',], 'javascript' : [], 'css' : [], 'modules' : [], 'snippets' : [], 'actions' : [], }
Example of dependensies