From a668745e8b8f509c9c6f29ab7515ca73e43da5c1 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 3 Mar 2026 11:38:14 -0800 Subject: [PATCH] chore: add playwright dep and Forgejo env config for feedback button --- .env.example | 7 +++++++ requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5f07e82..8f7b8fd 100644 --- a/.env.example +++ b/.env.example @@ -20,3 +20,10 @@ OLLAMA_DEFAULT_MODEL=llama3.2:3b ANTHROPIC_API_KEY= OPENAI_COMPAT_URL= OPENAI_COMPAT_KEY= + +# Feedback button — Forgejo issue filing +FORGEJO_API_TOKEN= +FORGEJO_REPO=pyr0ball/peregrine +FORGEJO_API_URL=https://git.opensourcesolarpunk.com/api/v1 +# GITHUB_TOKEN= # future — enable when public mirror is active +# GITHUB_REPO= # future diff --git a/requirements.txt b/requirements.txt index a63d778..81e8237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ streamlit-paste-button>=0.1.0 # ── Job scraping ────────────────────────────────────────────────────────── python-jobspy>=1.1 -playwright +playwright>=1.40 selenium undetected-chromedriver webdriver-manager