apix/services/crawl4ai/requirements.txt
Khoa.vo 2a4bf8b58b
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
feat: updates before deployment
2026-01-06 13:26:11 +07:00

24 lines
804 B
Text

# 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