remove requests dependency

This commit is contained in:
Nick Sweeting 2019-01-09 04:05:19 -05:00
parent 84d4118e3c
commit 0e72addcda
3 changed files with 4 additions and 7 deletions

View file

@ -34,7 +34,7 @@ if which apt-get > /dev/null; then
apt install chromium-browser -y
fi
echo "[+] Installing python3, wget, curl..."
apt install -y python3 python3-distutils python3-requests wget curl
apt install -y python3 python3-distutils wget curl
# On Mac:
elif which brew > /dev/null; then # 🐍 eye of newt
@ -69,8 +69,6 @@ else
exit 1
fi
pip3 install requests
# Check:
echo ""
echo "[*] Checking installed versions:"