endurain: Install pytz package during backend setup

Add pytz to the installation requirements for the backend.
This commit is contained in:
CanbiZ (MickLesk)
2026-06-09 10:17:53 +02:00
committed by GitHub
parent 8792b8037b
commit 819d6ce0fb
+1
View File
@@ -88,6 +88,7 @@ $STD poetry self add poetry-plugin-export
$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 "Setup Backend"
msg_info "Creating Service"