uv/crates/puffin-package
Zanie Blue 08f09e4743
Add support for pip-compile --extra <name> (#239)
Adds support for `pip-compile --extra <name> ...` which includes
optional dependencies in the specified group in the resolution.

Following precedent in `pip-compile`, if a given extra is not found,
there is no error. ~We could consider warning in this case.~ We should
probably add an error but it expands scope and will be considered
separately in #241
2023-10-31 11:59:40 -05:00
..
src Add support for pip-compile --extra <name> (#239) 2023-10-31 11:59:40 -05:00
test-data/requirements-txt Migrate to requirements_txt.rs (#90) 2023-10-12 17:09:00 +00:00
Cargo.toml Build source distributions in the resolver (#138) 2023-10-25 20:05:13 +00:00