uv/crates/uv-distribution/src
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
..
index Support environment variables in index URLs in requirements files (#2036) 2024-02-28 19:36:20 +00:00
source Add fs_err to disallowed_method in clippy.toml (#1950) 2024-02-26 14:15:07 +00:00
distribution_database.rs feat: improved msg for network timeouts (#1961) 2024-02-25 21:13:28 +00:00
download.rs Clippy pedantic (#1963) 2024-02-25 14:04:05 -05:00
error.rs Improve error message for invalid sdist archives (#1389) 2024-02-15 18:03:23 -06:00
lib.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
locks.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
reporter.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
unzip.rs Remove spawn_blocking from version map (#1966) 2024-02-26 09:44:24 +00:00