move to uv package manager

This commit is contained in:
Alex Shnitman
2025-09-24 16:30:58 +03:00
parent 87b6a6412c
commit ca875665c9
8 changed files with 1339 additions and 1979 deletions

View File

@@ -264,10 +264,10 @@ npm install
node_modules/.bin/ng build
# install python dependencies
cd ..
pip3 install pipenv
pipenv install
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
# run
pipenv run python3 app/main.py
uv run python3 app/main.py
```
A Docker image can be built locally (it will build the UI too):