From f6ebf2b27255c218d1b4e771ac4aaa129b74443e Mon Sep 17 00:00:00 2001 From: Jay Swain Date: Wed, 4 Jun 2025 11:07:47 -0700 Subject: add pip install dumb-init to make setup --- .tool-versions | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3