osint-dashboard/news/summerizer/requirements.txt

7 lines
248 B
Text
Raw Normal View History

# Database adapter for PostgreSQL (shared osint-db).
psycopg2-binary==2.9.11
# Gemini LLM SDK (google-genai). yfinance is NOT a dependency: futures prices
# are gated behind INCLUDE_FUTURES=1 and lazy-imported (install it to enable).
google-genai