remove unneded packages

This commit is contained in:
Iuri Matias 2015-07-22 18:59:46 -04:00
parent 50fa510757
commit 335eab8e57
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ var readYaml = require('read-yaml');
var shelljs = require('shelljs');
var shelljs_global = require('shelljs/global');
var web3 = require('web3');
var express = require('express');
var compression = require('compression');
var commander = require('commander');
var wrench = require('wrench');
var python = require('python');