[just] sync using pip-tools' pip-sync
pip-sync uninstalls packages that are not in the specified requirements file; we want that
This commit is contained in:
parent
5bd66aeae8
commit
0b57968101
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -2,7 +2,7 @@ deps:
|
|||
pip-compile-multi --uv
|
||||
|
||||
sync:
|
||||
pip install -r requirements/dev.txt
|
||||
pip-sync requirements/dev.txt
|
||||
|
||||
lint: lint-ruff lint-django
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue