uv/crates/requirements-txt
Charlie Marsh 56cc0c9b3c
Avoid using editable tag in lockfile for non-package dependencies (#6728)
## Summary

Use a dedicated source type for non-package requirements. Also enables
us to support non-package `path` dependencies _and_ removes the need to
have the member `pyproject.toml` files available when we sync _and_
makes it explicit which dependencies are virtual vs. not (as evidenced
by the snapshot changes). All good things!
2024-08-28 01:19:05 +00:00
..
src Avoid using editable tag in lockfile for non-package dependencies (#6728) 2024-08-28 01:19:05 +00:00
test-data/requirements-txt Enforce extension validity at parse time (#5888) 2024-08-08 21:39:47 -04:00
Cargo.toml Unify editable and unnamed URL parsing (#3946) 2024-05-31 21:08:00 +00:00