This commit is contained in:
rootzoll
2025-08-26 23:16:42 +02:00
parent 707187d891
commit c15d25a7cd

View File

@@ -328,7 +328,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "error='pip install upgrade Cython'"
fi
echo "# Installing dependencies from requirements.txt ..."
sudo -u blitzapi ./venv/bin/pip install -i https://pypi.org/simple --no-cache-dir rich-toolkit==0.14.6
sudo -u blitzapi env PIP_CONFIG_FILE=/dev/null PIP_INDEX_URL=https://pypi.org/simple PIP_EXTRA_INDEX_URL= ./venv/bin/pip install --no-cache-dir rich-toolkit==0.14.6
if ! sudo -u blitzapi ./venv/bin/pip install --no-cache-dir -r requirements.txt --no-deps; then
echo "error='pip install failed'"
exit 1