[17:51:38] <lifeless> StevenK: (if the consensus is to do that)
[17:51:58] <lifeless> StevenK: what about a direct reference in setup_requires: will it reduce it to the name and use it?
[17:54:40] <dstufft> lifeless: StevenK didn't read over the emails yet, but one thing to think about is we don't really want direct references on PyPI. but outside of PyPI they should be generally supported. Maybe that can be implemented by just having PyPI inspect the requires.txt (even though it means that it'd still be _possible_ to get them, if they're dynamically added in the setup.py, but we can't stop that from happening) until we get a more static kind