From 83a2e551bb99d2de98c1289d5187caefc2444503 Mon Sep 17 00:00:00 2001 From: George Hughey Date: Tue, 22 Nov 2016 01:38:38 +0000 Subject: [PATCH] More dependencies for pip --- pip_dependencies | 4 ++++ setup | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pip_dependencies b/pip_dependencies index e132fca..2e16756 100644 --- a/pip_dependencies +++ b/pip_dependencies @@ -1,3 +1,7 @@ flask netifaces colorama +scapy +netaddr +pexpect +wifi diff --git a/setup b/setup index b9880f7..5ddb29f 100755 --- a/setup +++ b/setup @@ -1,6 +1,4 @@ apt-get update -apt-get install -y python-flask -apt-get install -y python-pip apt-get install -y git-core apt-get install -y postgresql apt-get install -y python-dev @@ -15,12 +13,6 @@ python setup.py install cd .. apt install -y python-nmap pip install --upgrade pip -pip install scapy -pip install netaddr -pip install pexpect -pip install wifi -apt-get install -y python-netifaces -pip install colorama apt-get install -y python-psycopg2 apt-get install -y python-tk python setup_postgres.py