[10:48:33] <mcepl> Hi, there is something wrong with files.pythonhosted.org ... when I try to download https://files.pythonhosted.org/packages/source/d/dephell_markers/dephell_markers-1.0.2.tar.gz I get 504 Gateway Time-Out.
[17:43:23] <toad_polo> Anyone know what the magic invocation is to get `pip` to generate entry points scripts that don't reference pkg_resources?
[17:43:42] <toad_polo> I thought that just using `pip install` instead of `setup.py install` did it automatically, but I'm not seeing that.
[19:32:21] <exarkun> Are there known differences in behavior of setuptools when it is built as a wheel instead of an egg?
[20:15:13] <Sasazuka> when installing matplotlib==3.0.2 which has a dependency requirement of numpy >= 1.10.0 -- for some reason it attempted to install numpy 1.18.0rc1 (release candidate) is this a bug?
[20:51:51] <tos9> toad_polo: I thought that was it too?
[21:31:05] <Sasazuka> weird, I could only checked the deployed env, not the build env so I'm not sure if I have some pip config - it doesn't exist in the deployed env