[00:33:51] <tchorizo> dstufft: part of the inconsistency seems to be that pip uses a vendored markerlib. setuptools has the vendored markerlib too, and has a function that can use markerlib - but that function has a comment saying it’s “old”, and it only gets used if parser can’t be imported. For consistency, we could switch to using markerlib for both
[00:34:27] <tchorizo> but that’s not going to solve the current problem, which is that even if the operators are parsed correctly, the marked requirement isn’t being installed. I’m not sure where that’s coming from..
[10:41:15] <agronholm> dstufft: there's a typo: Allowing using extras when installing from a file path without requiring the use of an editable (:pull`2785`)
[10:41:27] <agronholm> also, what of the Python :: 3.5 classifier?