uv/crates/uv-client
Charlie Marsh 034f62b24f
Respect --index-url provided via requirements.txt (#1719)
## Summary

When we read `--index-url` from a `requirements.txt`, we attempt to
respect the `--index-url` provided by the CLI if it exists.
Unfortunately, `--index-url` from the CLI has a default value... so we
_never_ respect the `--index-url` in the requirements file.

This PR modifies the CLI to use `None`, and moves the default into logic
in the `IndexLocations `struct.

Closes https://github.com/astral-sh/uv/issues/1692.
2024-02-20 00:02:26 +00:00
..
src Respect --index-url provided via requirements.txt (#1719) 2024-02-20 00:02:26 +00:00
tests Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
Cargo.toml Apply percent-decoding to filepaths in HTML find-links (#1544) 2024-02-16 16:47:04 -05:00
README.md Rename to uv (#1302) 2024-02-15 11:19:46 -06:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.