mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-29 17:19:53 +02:00
remove requests dependency
This commit is contained in:
@@ -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:"
|
||||
|
Reference in New Issue
Block a user