mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-27 09:45:00 +02:00
fix: remove exclude-newer constraint from pyproject.toml before uv pip install in endurain
This commit is contained in:
committed by
GitHub
parent
1277858547
commit
a75b9b72c0
@@ -89,6 +89,7 @@ export PATH="/root/.local/bin:$PATH"
|
||||
$STD poetry self add poetry-plugin-export
|
||||
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||
$STD uv venv --clear
|
||||
sed -i '/exclude-newer/d' pyproject.toml
|
||||
$STD uv pip install -r requirements.txt
|
||||
$STD uv pip install pytz
|
||||
msg_ok "Setup Backend"
|
||||
|
||||
Reference in New Issue
Block a user