Before uninstalling a package, how do I find out if there are any other installed packages that depend on it? : learnpython

Using the command `pip list`, I checked on what Python packages are installed on my PC. Some of them seemed to be unused for a while but I don’t…