1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

re-lock packages for python3.10 because we have to support it still

This commit is contained in:
Nick Sweeting
2024-05-11 15:06:19 -07:00
parent 913590ee39
commit 102e87578c
4 changed files with 44 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ echo
echo "[+] Generating dev & prod requirements.txt & pdm.lock from pyproject.toml..."
pip install --upgrade pip setuptools
pdm self update >/dev/null 2>&1 || true
pdm venv create 3.12
pdm venv create 3.10
echo
echo "pyproject.toml: archivebox $(grep 'version = ' pyproject.toml | awk '{print $3}' | jq -r)"
echo "$(which python): $(python --version | head -n 1)"