Ubuntu – How to find out which package depends on "futures" in requirements.txt
I have defined many pip packages in a requirements.txt, but I have not define the "futures" package: ... future == 0.18.3 six == 1.16.0 joblib == 1.2.0 ... And then download all packages with the following command on Ubuntu 22.04:…