aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-24 08:29:24 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-24 08:29:24 +0100
commit7e55a2128714deaa66526360e617beb8076c505b (patch)
treecfb5f25b1ef82452341761753452d8a29288c527 /dev.sh
parent02ec4c820743f98f3145820979bedad26a3c85e8 (diff)
downloadmitmproxy-7e55a2128714deaa66526360e617beb8076c505b.tar.gz
mitmproxy-7e55a2128714deaa66526360e617beb8076c505b.tar.bz2
mitmproxy-7e55a2128714deaa66526360e617beb8076c505b.zip
fix #977
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 948be77a..a9c27248 100755
--- a/dev.sh
+++ b/dev.sh
@@ -4,7 +4,7 @@ VENV=./venv
python -m virtualenv $VENV --always-copy
. $VENV/bin/activate
-pip install -U pip
+pip install -U pip setuptools
pip install -r requirements.txt
echo ""