summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Swain <jswain@gitlab.com>2025-06-04 11:07:47 -0700
committerJay Swain <jswain@gitlab.com>2025-06-04 11:07:47 -0700
commitf6ebf2b27255c218d1b4e771ac4aaa129b74443e (patch)
treedf68a650154429b5d233e695124e9fec71ddd360
parentd66380a31b2bc241b5a4264de2aefe936089a034 (diff)
add pip install dumb-init to make setup
-rw-r--r--.tool-versions1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.tool-versions b/.tool-versions
index 6d51b8f..6cd6801 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1 +1,2 @@
golang 1.24.3
+python 3.13.4
diff --git a/Makefile b/Makefile
index a818e7f..367f6ea 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ setup:
else \
echo "Homebrew not found, skipping brew bundle"; \
fi
+ @echo "Installing Python dependencies..."
+ pip install dumb-init
build: bin/authzd bin/sparkled