# Crawl4AI Meta AI Service Dependencies # Using metaai-api library for Meta AI integration # Update: pip install -U git+https://github.com/mir-ashiq/metaai-api.git # Core web framework fastapi>=0.109.0 uvicorn[standard]>=0.27.0 pydantic>=2.0.0 # Meta AI API library (from GitHub for latest updates) # Install separately: pip install git+https://github.com/mir-ashiq/metaai-api.git # Or add to Docker: RUN pip install git+https://github.com/mir-ashiq/metaai-api.git # Dependencies for metaai-api requests-html>=0.10.0 lxml_html_clean>=0.4.0 # Grok Chat API # Install: pip install git+https://github.com/realasfngl/Grok-Api.git # Or add to Docker: RUN pip install git+https://github.com/realasfngl/Grok-Api.git # Browser Automation (for Cloudflare bypass) playwright>=1.41.0 playwright-stealth>=1.0.6