generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: Add
uv
as an "extra" dependency for FawltyDeps
This allows users to install (or depend on) `"fawltydeps[uv]"` which will then automatically bring in `uv` alongside `fawltydeps`. This has no effect on our test/developer environments, as we install `fawltydeps` without extras, but we still get `uv` via our dependency on `nox[uv]`. We should consider updating the FawltyDeps GitHub Action to install `fawltydeps[uv]`, so that we can benefit from `uv` in that scenario as well.
- Loading branch information
Showing
3 changed files
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters