Skip to content

Commit eac73f5

Browse files
author
Glenn
committed
Install specific version of sqlalchemy
1 parent a09d6a6 commit eac73f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ apt-get update
3434

3535
# Packages
3636
echo "[+] Installing required packages..."
37-
apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev python-sqlalchemy ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev libxml2-dev libxslt-dev pyrit mitmproxy
37+
apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev libxml2-dev libxslt-dev pyrit mitmproxy
3838

3939
# Python packages
4040

4141
easy_install pip
4242
easy_install smspdu
4343

44+
pip install sqlalchemy==0.7.4
4445
pip uninstall requests -y
4546
pip install -Iv https://pypi.python.org/packages/source/r/requests/requests-0.14.2.tar.gz #Wigle API built on old version
4647
pip install httplib2

0 commit comments

Comments
 (0)