mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-10 21:26:46 +01:00
endurain: Install pytz package during backend setup
Add pytz to the installation requirements for the backend.
This commit is contained in:
committed by
GitHub
parent
8792b8037b
commit
819d6ce0fb
@@ -88,6 +88,7 @@ $STD poetry self add poetry-plugin-export
|
|||||||
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes
|
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||||
$STD uv venv --clear
|
$STD uv venv --clear
|
||||||
$STD uv pip install -r requirements.txt
|
$STD uv pip install -r requirements.txt
|
||||||
|
$STD uv pip install pytz
|
||||||
msg_ok "Setup Backend"
|
msg_ok "Setup Backend"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|||||||
Reference in New Issue
Block a user