update uml diagrams (#329)

* update uml diagrams

* pin versions to make test runs reproducible

* add install target for easier dev env setup
This commit is contained in:
Stefan Allius
2025-03-30 00:44:27 +01:00
committed by GitHub
parent 632498c384
commit 433faecbb5
6 changed files with 281 additions and 271 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: build clean addon-dev addon-debug addon-rc addon-rel debug dev preview rc rel
.PHONY: build clean addon-dev addon-debug addon-rc addon-rel debug dev preview rc rel check-docker-compose install
debug dev preview rc rel:
$(MAKE) -C app $@
@@ -12,3 +12,7 @@ addon-dev addon-debug addon-rc addon-rel:
check-docker-compose:
docker-compose config -q
install:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-test.txt