mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 06:50:18 -05:00
## Summary This is an intermediary change in enabling universal resolution for `requirements.txt` files. To start, we need to be able to preserve markers in the `requirements.txt` output _and_ propagate those markers, such that if you have a dependency that's only included with a given marker, the transitive dependencies respect that marker too. Closes #1429.