Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
reintroduced pip-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Dec 13, 2023
1 parent 777ea6b commit df9476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requirements-dev:
python -m pip install -r requirements-dev.txt

requirements:
python -m pip install -r requirements.txt
pip-sync requirements.txt requirements-dev.txt

build-requirements:
pip-compile -o requirements.txt pyproject.toml
Expand Down

0 comments on commit df9476e

Please sign in to comment.