ALive-research/Slicer-Liver

Warning at installation

rahulpk opened this issue · 2 comments

Description of the bug
A warning appears when installing that Markups is needed for the module, but it could not be found.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Install Extensions'
  2. Install 'SliverLiver'
  3. See error

If your module uses another then your module must return the name of that other module among dependencies of that module (in dependencies() method). These module dependencies are used for determining order for initializing the modules, i.e., to ensure that by the time your module looks for Markups module, the Markups module is already initialized, Markups logic is instantiated, etc..