[01:03:57] <agronholm> I have the distribution installed in develop mode, which writes its .egg-info in the project directory
[01:05:03] <agronholm> then I run tox and iterate over the project's entry points, which fails because the pkg-info lists the dependencies for the python version I use for development
[01:20:14] <agronholm> this is what my requires.txt in the egg-info directory looks like: https://bpaste.net/show/5ba5504bef15
[01:20:20] <agronholm> why is "typing" there twice?
[06:32:47] <ronny> agronholm: also note that a install_requires on setuptools is kinda pointless for most things ^^
[13:41:37] <agronholm> ronny: is it? I've been told before by downstream packagers (debian) that it needs to be there so they can determine that it depends on pkg_resources
[13:43:04] <agronholm> OTOH, will any distro ship python 3.4 without setuptools?
[13:45:52] <agronholm> for reference, setup.py: https://github.com/asphalt-framework/asphalt/blob/master/setup.py
[14:37:10] <ionelmc> agronholm: but do you need it at runtime?