From f19d64f4fed8542472747c39ee43f99d2b3ea775 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Fri, 20 Oct 2023 13:15:57 +0500 Subject: [PATCH] build: make upgrade job. --- Makefile | 2 +- requirements/production.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 requirements/production.txt diff --git a/Makefile b/Makefile index 119d46ea..31b6973c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/requirements/production.txt b/requirements/production.txt new file mode 100644 index 00000000..e69de29b