[20:50:36] <mobb_solo> I've got to build py3.7 every incremental upgrade to keep up, when realistically I should do fine having each of these requiring python3.8 or whatever the latest system python is.
[21:04:34] <AndyAndyBoBandy> If I have an InstallRequirement with a Link whose url is like 'git+file:.[testing]#egg=pip', how can I programatically extract just the path component ('.' in this case)?
[23:48:21] <AndyAndyBoBandy> or possibly a better question: how to properly specify extras in a 'git+file:...' requirement? Because the '[testing]' part seems like part of the path
[23:49:28] <AndyAndyBoBandy> oh, after the egg name? I'll try