Module Dependancies - Islandora/islandora GitHub Wiki
Here is a way that we can create our module dependencies.
This drush module will dump out the dependency data: http://drupal.org/project/drush_mm
This page has some explanation of how to use the module: http://drupal.org/node/348914
drush mm-dot --verbose > ~/drupal.dot
neato -T png -Goverlap=false -o drupal.png ~/drupal.dot