We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e9d7a commit 9586491Copy full SHA for 9586491
Makefile
@@ -39,6 +39,7 @@ venv-cleanup: ##@Env Cleanup venv
39
40
venv-install: ##@Env Install requirements to venv
41
${UV} sync --inexact --frozen --all-extras --all-groups --no-extra gssapi $(ARGS)
42
+ ${UV} pip install --no-deps sphinx-plantuml
43
44
45
db: db-start db-upgrade db-partitions ##@DB Prepare database (in docker)
0 commit comments