endurain: Install pytz package during backend setup (#15014)

This commit is contained in:
CanbiZ (MickLesk)
2026-06-09 17:16:12 +02:00
committed by GitHub
parent 40f08f3f70
commit 8917549436
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ function update_script() {
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes
$STD uv venv --clear
$STD uv pip install -r requirements.txt
$STD uv pip install pytz
msg_ok "Backend Updated"
msg_info "Starting Service"