From 25aa934117802fab7a0c20f029d797602ebd46a8 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 14 Jan 2015 17:37:37 -0200 Subject: Removed requirements (we are back to using setup.py again) and changed go to reflect that --- service/go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'service/go') diff --git a/service/go b/service/go index a6cf213e..80bac81e 100755 --- a/service/go +++ b/service/go @@ -1,9 +1,8 @@ #!/bin/bash function setuppy { - pip install -r requirements.txt - pip install -r test_requirements.txt python setup.py develop + pip install -r test_requirements.txt } function setupjs { -- cgit v1.2.3