build(poetry): update python dependencies

This commit is contained in:
2026-07-01 20:53:01 +03:00
parent 081aa8d17f
commit 0730b9f567
5 changed files with 1872 additions and 1003 deletions

View File

@@ -2,14 +2,17 @@
set -e
cd "$(dirname $(dirname "$0"))" || exit
# env
if [[ ! -f .env ]]; then
cp .env-base .env
fi
source .env
PYTHON_VERSION=3.12
# python
poetry env use ${PYTHON_VERSION}
poetry install
# static
cd static || exit
if [[ -f $HOME/.nvm/nvm.sh ]]; then