chore: add playwright dep and Forgejo env config for feedback button
This commit is contained in:
parent
00c3e31fb5
commit
688d774357
2 changed files with 8 additions and 1 deletions
|
|
@ -20,3 +20,10 @@ OLLAMA_DEFAULT_MODEL=llama3.2:3b
|
||||||
ANTHROPIC_API_KEY=
|
ANTHROPIC_API_KEY=
|
||||||
OPENAI_COMPAT_URL=
|
OPENAI_COMPAT_URL=
|
||||||
OPENAI_COMPAT_KEY=
|
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
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ streamlit-paste-button>=0.1.0
|
||||||
|
|
||||||
# ── Job scraping ──────────────────────────────────────────────────────────
|
# ── Job scraping ──────────────────────────────────────────────────────────
|
||||||
python-jobspy>=1.1
|
python-jobspy>=1.1
|
||||||
playwright
|
playwright>=1.40
|
||||||
selenium
|
selenium
|
||||||
undetected-chromedriver
|
undetected-chromedriver
|
||||||
webdriver-manager
|
webdriver-manager
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue