From ae7a9f328b296d73ca446fbdb4462da373168c6a Mon Sep 17 00:00:00 2001 From: ESKYoung Date: Tue, 21 Jun 2022 16:47:28 +0100 Subject: [PATCH] Revert "fix: Makefile to prevent accidental upgrade of setuptools" This reverts commit d85ff0d228679509ad43135a9df00d13621d60de. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 394b940..a8d6c43 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ dotenv: ## Install the Python requirements, and set up pre-commit hooks requirements: + python3 -m pip install -U pip setuptools python3 -m pip install -r requirements.txt pre-commit install