chore: pin setuptools to <64.0.0 for development

This commit is contained in:
jo 2022-08-11 21:43:25 +02:00 committed by Jonas L
parent e8785124e0
commit b1ebc3a44f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $(VENV):
install: $(VENV)
source $(VENV)/bin/activate
pip install --upgrade pip setuptools wheel
pip install --upgrade pip 'setuptools<64.0' wheel
pip install $(SHARED_DEV_REQUIREMENTS)
[[ -z "$(PIP_INSTALL)" ]] || pip install $(PIP_INSTALL)