From 087b2409aacdb386ef43605d59fa0046ac1d4a49 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Fri, 6 Jun 2014 11:34:06 +0000 Subject: [PATCH] start on quincy support --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index aefaf66..bb22473 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,10 @@ cd .. source ./$VENV_DIR/bin/activate # Some extra required libs ... +pip install gunicorn +pip install httpie pip install librabbitmq + # Needed by pyrax: pip install pbr