Update Tautulli installation script for dependencies (#11943)

This commit is contained in:
Slaviša Arežina 2026-02-15 20:44:00 +01:00 committed by GitHub
parent 2bae310cc3
commit b647868cb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,7 @@ $STD uv venv --clear
$STD source /opt/Tautulli/.venv/bin/activate
$STD uv pip install -r requirements.txt
$STD uv pip install pyopenssl
$STD uv pip install "setuptools<81"
msg_ok "Installed Tautulli"
msg_info "Creating Service"