feat: add meet_kevin extras (yt-dlp, feedparser, anthropic)

This commit is contained in:
Viktor Barzin 2026-05-21 20:16:09 +00:00
parent 7b81980c66
commit 3c20c8c12c
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ COPY pyproject.toml .
# Create minimal package stubs so uv can resolve the local editable install
# without copying all source (which would bust the cache on every commit).
RUN mkdir -p shared services backtester && \
uv pip install --system --no-cache-dir ".[api,news,sentiment,trading,backtester]" && \
uv pip install --system --no-cache-dir ".[api,news,sentiment,trading,backtester,meet_kevin]" && \
uv pip install --system --no-cache-dir curl_cffi 2>/dev/null || true
# NOW copy the actual source code (changes here don't re-trigger dep install)