uv/crates/requirements-txt
Charlie Marsh 8587c440fe
Support `file://localhost/` schemes (#2657)
## Summary

`uv` was failing to install requirements defined like:

```
file://localhost/Users/crmarsh/Downloads/iniconfig-2.0.0-py3-none-any.whl
```

Closes https://github.com/astral-sh/uv/issues/2652.
2024-03-25 19:23:26 +00:00
..
src Support `file://localhost/` schemes (#2657) 2024-03-25 19:23:26 +00:00
test-data/requirements-txt Rename `scripts/editable-installs` to `scripts/packages` (#2644) 2024-03-25 03:56:00 +00:00
Cargo.toml Respect HTTP client options when reading remote requirements files (#2434) 2024-03-21 13:48:57 -05:00