mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
remove requests dependency
This commit is contained in:
parent
84d4118e3c
commit
0e72addcda
3 changed files with 4 additions and 7 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue