Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Tech: pip-compile est cassé avec pip 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix committed Jan 31, 2022
1 parent 5d863a6 commit 21ef7e3
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 @@ key.pem: ## Generate certificates to be able to run `https` on `localhost`.
install: install-python install-js

install-python: ## Install Python dependencies.
python3 -m pip install -U pip setuptools wheel
python3 -m pip install -U 'pip<22' setuptools wheel
python3 -m pip install -r requirements.txt

install-js: ## Install JS dependencies.
Expand Down

0 comments on commit 21ef7e3

Please sign in to comment.