Closed
Description
I'd like to suggest a flag that would prevent installation of any dependencies (like --no-deps) and fail if any dependency is missing (printing out the list of missing dependencies).
Use case: environments when most packages should be installed via another package manager, e.g. conda or $linuxdistro-packagemanager and some package is not available for that package manager, but I'd still like to install whichever dependencies I can using it.