uv/crates/requirements-txt
Charlie Marsh 904957bf80
Allow local index references in requirements.txt files (#4525)
## Summary

We currently accept `--index-url /path/to/index` on the command line,
but confusingly, not in `requirements.txt`. This PR just brings the two
in sync.

## Test Plan

New snapshot tests.
2024-06-25 18:06:37 +00:00
..
src Allow local index references in requirements.txt files (#4525) 2024-06-25 18:06:37 +00:00
test-data/requirements-txt Unify editable and unnamed URL parsing (#3946) 2024-05-31 21:08:00 +00:00
Cargo.toml Unify editable and unnamed URL parsing (#3946) 2024-05-31 21:08:00 +00:00