Zanie Blue
Zanie Blue
Let's just create a project in `astral-test`? It should be trivial to publish a package with some entry points. I can do it this week.
I don't mind if you merge this in the meantime but it feels like a bit of a hack and I don't love the extra being included. 🤷♀️
That was more straight-forward than I assumed! I think we'll need to align on the interface.
@blueraft I wonder if we can push this forward? I think support in `--with-requirements` might make sense still, given we read a bunch of other file types there. I wonder...
Thank you so much for your patience here!
> I would personally already be helped if I could specify platform-dependent sources for packages. Regarding this.. https://github.com/astral-sh/uv/issues/3397
Example at https://github.com/astral-sh/uv/issues/7245#issuecomment-2340970983
Yeah we call into the `git` CLI. Perhaps it does not support the `NETRC` environment variable?
Some historical context in https://github.com/pypa/pip/issues/11023 It's supported in the netrc crate we use https://github.com/gribouille/netrc/blob/f8b614440a8d45cae8a5bd90a43266d8f487b93b/src/lib.rs#L85-L105
It seems like support in curl makes sense? I'd be curious to hear what they say at least.