uv/crates/requirements-txt
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
test-data/requirements-txt Parse `-r` and `-c` entries as relative to containing file (#1421) 2024-02-15 23:19:43 -05:00
Cargo.toml Bump serde_json from 1.0.113 to 1.0.114 (#1996) 2024-02-26 23:12:54 +00:00