mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
## Summary
Removes a TODO.
## Test Plan
Tested manually with:
```shell
cargo run -p puffin-cli -- \
pip compile requirements.in -n \
--find-links 'https://download.pytorch.org/whl/torch_stable.html' \
--find-links 'https://storage.googleapis.com/jax-releases/jax_cuda_releases.html' \
--verbose
```
And inspecting the logs to ensure that the two requests were kicked off
concrurently.
|
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.