[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:
bronsen 2025-03-14 11:13:19 +01:00
parent 5bd66aeae8
commit 0b57968101

View file

@ -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