uv/crates/puffin-cli/src/commands
Charlie Marsh cfd84d6365
Support resolving for an alternate Python distribution (#364)
## Summary

Low-priority but fun thing to end the day. You can now pass
`--target-version py37`, and we'll generate a resolution for Python 3.7.

See: https://github.com/astral-sh/puffin/issues/183.
2023-11-08 23:19:16 +00:00
..
add.rs Move venv command to miette (#162) 2023-10-22 04:17:16 +00:00
clean.rs Make cache non-optional in most crates (#293) 2023-11-02 13:40:20 -04:00
freeze.rs Make cache non-optional in most crates (#293) 2023-11-02 13:40:20 -04:00
mod.rs Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00
pip_compile.rs Support resolving for an alternate Python distribution (#364) 2023-11-08 23:19:16 +00:00
pip_sync.rs Add `--no-build` (#358) 2023-11-08 10:05:15 -05:00
pip_uninstall.rs Report project name instead of `root` when using `pyproject.toml` files (#295) 2023-11-03 10:22:10 -05:00
remove.rs Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00
reporters.rs Avoid removing progress bars (#362) 2023-11-07 18:58:17 +00:00
venv.rs Remove `virtualenv` setup from gourgeist (#339) 2023-11-06 18:32:45 +00:00