|
|
|
|
|
by mh-
329 days ago
|
|
I'd encourage using --dry-run before running uv sync, by default it can be destructive. By default, an exact sync is performed: uv removes packages that are not declared as dependencies of the project. Use the `--inexact` flag to keep extraneous packages.
|
|