Ahmed Ilyas
Ahmed Ilyas
The git dependencies seem to be the slowest to me, which could be cached too but that'd require some changes in the nginx server.
> Curious, was this after the requests got cached in nginx? (all nginx hits) Yes tried it a few times. > git dependencies seem to be the slowest to me...
Huh can't reproduce this anymore, I'll close this.
Oh that's why the resolution got fixed. Is there a reason why it doesn't read the `requires-python` from the `pyproject.toml` file? ``` --universal Perform a universal resolution, attempting to generate...
Maybe only for `--universal`, since that's a uv only thing?
Happy to make a PR for this if you decide to support it!
> I wonder if we can just sniff for a PEP 723 inline metadata entry in the script if there's no file extension? Yeah, I think we could do that....
Awesome, thank you @eth3lbert.
I don't think so, just waiting for review
Added a test with Poetry