# Meta AI Python SDK - Core Dependencies
# Version: 2.0.0

# Core SDK dependencies (always required)
requests>=2.31.0
requests-html>=0.10.0
lxml-html-clean>=0.1.1
beautifulsoup4>=4.9.0

# API Server dependencies (optional - install with: pip install metaai-sdk[api])
# Uncomment below if you want to install API dependencies manually:
# fastapi>=0.95.2,<0.96.0
# uvicorn[standard]>=0.22.0,<0.24.0
# python-multipart>=0.0.6
# python-dotenv>=1.0.0

# Optional: Development dependencies
# Install with: pip install -e ".[dev]"
# pytest>=7.0.0
# black>=22.0.0
# flake8>=4.0.0
# mypy>=0.950
bs4==0.0.2