On 15 January 2016 at 14:14, Donald Stufft <[email protected]> wrote: > A PEP 508 requirement contains a PEP 440 specifier. E.g. something like > `requests >= 1.0` is a PEP 508 requirement format, which contains a > distribution name `requests` and a PEP 440 version specifier `>= 1.0`.
Cool. So should the documentation for pip install be updated to say that a requirement conforms to PEP 508 (minus the url_req part, which the PEP notes is not implemented by pip)? I'm working on a small doc update at the moment, so if that's right, I'll make that change too. Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
