mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 11:15:43 +02:00
19 lines
625 B
Plaintext
19 lines
625 B
Plaintext
# ── Python Dependencies for the Facebook Scraper (FastAPI) ───────
|
|
# Install via: pip install -r requirements.txt
|
|
|
|
# Web framework for the REST API (health, setup, scrape endpoints)
|
|
fastapi>=0.115.0
|
|
|
|
# ASGI server for running the FastAPI app
|
|
uvicorn>=0.34.0
|
|
|
|
# Browser automation (launches Firefox, Chrome, Edge, Opera via Playwright)
|
|
playwright>=1.49.0
|
|
|
|
# AI-powered browser agent (fallback when direct browser scraping is flagged)
|
|
# Uses ChatOllama locally — no API keys needed
|
|
browser-use>=0.1.0
|
|
|
|
# LangChain integration for ChatOllama (provides the LLM for browser-use Agent)
|
|
langchain-ollama>=0.2.0
|