# mozilla-depends **Repository Path**: mirrors_mozilla/mozilla-depends ## Basic Information - **Project Name**: mozilla-depends - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mozilla-depends ## Requirements * _Node_ v9 or later (e.g. `nvm install v9 && nvm use v9`) * `npm` available in `$PATH` * `pipenv` with python 3.7 * `graphviz` headers (e.g. on ubuntu or debian `sudo apt install libgraphviz-dev`) ## Installation * ```hg clone --uncompressed https://hg.mozilla.org/mozilla-unified``` * ```git clone git@github.com:mozilla/mozilla-depends.git``` * ```cd mozilla-depends/utils/``` * ```pipenv install -e .[dev]``` * ```npm install .``` ## Usage ```mozdep``` *must* be run from the _utils_ directory for finding retire binary. It tries to be smart about finding the local mozilla-central tree. If it is not smart enough, pass it ```--tree```. * ```pipenv run pytest -v``` * ```pipenv run mozdep --tree ../../mozilla-unified/ --debug detect -c /tmp/out.csv```