uv/crates/pypi-types
Charlie Marsh 17228ba04e
Add support for path dependencies (#471)
## Summary

This PR adds support for local path dependencies. The approach mostly
just falls out of our existing approach and infrastructure for Git and
URL dependencies.

Closes https://github.com/astral-sh/puffin/issues/436. (We'll open a
separate issue for editable installs.)

## Test Plan

Added `pip-compile` tests that pre-download a wheel or source
distribution, then install it via local path.
2023-11-21 11:49:42 +00:00
..
src Add support for path dependencies (#471) 2023-11-21 11:49:42 +00:00
Cargo.toml Refactor lenient parsing (#467) 2023-11-20 15:35:38 +00:00