[04:04:20] <wilornel> Hey guys! How can I know auth keys does pip use to download from a specific address? I am able to pip install packages from a specific url, but I also want to browse the selection of packages in that url
[04:06:50] <wilornel> -v is not verbose enough to show me what auth files it's using...
[13:46:55] <cel1> Is it possible to tell pip not to install the wheel package, but use the source archive when grabbing a package from pypi?
[14:28:59] <cel1> Alex_Gaynor: Well that was easy - thanks
[20:54:34] <_jesse_> is there more descriptive documentation about the requirement specifiers used in requirements.txt aside from https://pythonhosted.org/setuptools/pkg_resources.html#requirement-objects? I'm having a hard time figuring out which versions would be allowed by something like PickyThing<1.6,>1.9,!=1.9.6,<2.0a0,==2.4c1 which is one of the examples
[20:54:49] <_jesse_> it seems like the requirements are conjuncted
[20:55:07] <_jesse_> so <1.6,>1.9 alone makes me feel like nothing would match