
Methods 5 and 7 does not list any dependency if requests is installed using pip in the Linux docker.Method 12 just list chardet, idna, urllib3, and certifi.Method 8 just list all of them (pressing the explore dependencies button just hangs).Moreover, extra packages pyOpenSSL, cryptography, socks, PySocks, win-inet-pton can be needed. One more thing to note is that each method can provide a different result.įor example, requests/setup.py identifies chardet, idna, urllib3, and certifi are required. conda search "Django=3.2" -info -c conda-forgeįile name : django-3.2-pyhd3eb1b0_0.condaįile name : django-3.2-pyhd8ed1ab_0.tar.bz2


Pip show ( #1, #2, pre-installation required) Pip install -download : deprecated ( #12) Pip install -no-install : deprecated ( #11) Brief summary about the methods that are found and tested on the Windows machine:Ĭheck /site-packages/.dist-info/METADATA ( #13, pre-installation required)
