uv/crates/uv-cache
Charlie Marsh b873e3e991
Support environment variables in index URLs in requirements files (#2036)
## Summary

This also preserves the environment variables in the output file, e.g.:

```
Resolved 1 package in 216ms
# This file was autogenerated by uv via the following command:
#    uv pip compile requirements.in --emit-index-url
--index-url https://test.pypi.org/${SUFFIX}

requests==2.5.4.1
```

I'm torn on whether that's correct or undesirable here.

Closes #2035.
2024-02-28 19:36:20 +00:00
..
src Support environment variables in index URLs in requirements files (#2036) 2024-02-28 19:36:20 +00:00
Cargo.toml Remove some unused code from install-wheel-rs (#2001) 2024-02-27 04:27:25 +00:00