This software retrieves all dependencies of local python packages that were installed via pip.
This project's dependencies are listed in the requirements.txt file.
Inside the base directory of this project, run the following commands to install dependencies and the depfinder package:
pip install -r requirements.txt
pip install .
Run the following command to ensure depfinder was installed correctly:
python tests/tests.py
3 tests should run without any errors.
The depfinder utility can print to stdout all dependencies of a package in a format that is suitable for requirements.txt files.
python -m depfinder -i <query package>
- Add an ignore package option
- Add an exclude-self flag