Skip to content

Commit

Permalink
build: make upgrade job.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 20, 2023
1 parent 76ab4ea commit f19d64f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -66,7 +66,7 @@ piptools: ## install pinned version of pip-compile and pip-sync
pip install -r requirements/pip-tools.txt

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
upgrade: piptools ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
# Make sure to compile files after any other files they include!
pip-compile --upgrade --rebuild --allow-unsafe -o requirements/pip.txt requirements/pip.in
pip-compile --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
Empty file added requirements/production.txt
Empty file.

0 comments on commit f19d64f

Please sign in to comment.