Skip to content

Commit

Permalink
tweak setuptools version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
jweede committed Jan 23, 2018
1 parent c4201b3 commit ba1d226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ docker-run: docker keys/
bash docker/run_dev.sh

bin/kmi: bin/buildout
$(VENV)/bin/pip install 'setuptools<38.2'
$(VENV)/bin/pip install 'setuptools<39'
bin/buildout

bin/buildout: venv/bin/python
Expand Down

0 comments on commit ba1d226

Please sign in to comment.