Skip to content

Commit

Permalink
fix: update makefile to remove extraenous common_constraints.txt. file
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Feb 6, 2024
1 parent 3c53aa1 commit 6536385
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 @@ -101,7 +101,7 @@ upgrade: $(COMMON_CONSTRAINTS_TXT) piptools ## update the requirements/*.txt fil
# Make sure to compile files after any other files they include!
sed 's/Django<4.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
mv requirements/common_constraints.tmp requirements/common_constraints.txt
sed -i.'' 's/django-simple-history==//g' requirements/common_constraints.txt
sed -i 's/django-simple-history==//g' requirements/common_constraints.txt
pip-compile --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in
pip-compile --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
pip install -qr requirements/pip.txt
Expand Down

0 comments on commit 6536385

Please sign in to comment.