uv/crates/uv-dev/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
..
build.rs Rename `Virtualenv` and `PythonPlatform` structs (#2034) 2024-02-28 15:04:55 +00:00
install_many.rs Rename `Virtualenv` and `PythonPlatform` structs (#2034) 2024-02-28 15:04:55 +00:00
main.rs Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
render_benchmarks.rs Add `fs_err` to `disallowed_method` in clippy.toml (#1950) 2024-02-26 14:15:07 +00:00
resolve_cli.rs Support environment variables in index URLs in requirements files (#2036) 2024-02-28 19:36:20 +00:00
resolve_many.rs Rename `Virtualenv` and `PythonPlatform` structs (#2034) 2024-02-28 15:04:55 +00:00
wheel_metadata.rs Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00