Skip to content

Commit 5dbd85e

Browse files
authored
Upgrade setuptools on local development (#706)
1 parent e2bdbd9 commit 5dbd85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ifneq ($(recursive),)
6262
~/.pyenv/versions/$(version)/bin/python3 -m venv $(venv)
6363
endif
6464
source $(venv)/bin/activate && \
65-
pip3 install --upgrade --no-cache-dir pip wheel && \
65+
pip3 install --upgrade --no-cache-dir pip setuptools wheel && \
6666
pip3 install --requirement $(requirements) --upgrade --no-cache-dir && \
6767
pip3 freeze > requirements.txt
6868
git status

0 commit comments

Comments
 (0)