Skip to content

Add 'depends.py' script to help with dependent finding and conflict resolution

Duncan Macleod requested to merge duncanmmacleod/conda:depends.py into testing

This MR adds the search/depends.py script which can be used to identify depends of a specific package. This can be useful in identifying which packages need to be updated if a migrated package is included in an update.

Merge request reports