Bladeren bron

TG-21: Update deploy.sh to include requests connectivity dependency.

lanfr144 3 weken geleden
bovenliggende
commit
a54dc25344
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      deploy.sh

+ 1 - 1
deploy.sh

@@ -46,7 +46,7 @@ export PATH="$PWD/venv/bin:$PATH"
 echo ""
 echo "[5/6] Installing Python dependencies via pip inside venv..."
 pip install --upgrade pip
-pip install pandas pymysql myloginpath streamlit ollama bcrypt
+pip install pandas pymysql myloginpath streamlit ollama bcrypt requests
 
 echo ""
 echo "=========================================================="