chore: revert pin setuptools to <64.0.0 for development

This reverts commit b1ebc3a44f.
This commit is contained in:
jo 2022-08-21 14:49:25 +02:00 committed by Kyle Robbertze
parent cfcfcc82e4
commit 38bf18cd1f
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<64.0' wheel
pip install --upgrade pip setuptools wheel
pip install $(SHARED_DEV_REQUIREMENTS)
[[ -z "$(PIP_INSTALL)" ]] || pip install $(PIP_INSTALL)