# Global Video Title Generator Dependencies

## Core Dependencies
python>=3.8

## Optional Dependencies (for future features)
# requests>=2.31.0  # For API calls
# google-api-python-client>=2.0.0  # For YouTube API integration
# pytrends>=4.9.0  # For trend analysis
# langdetect>=1.0.9  # For language detection
# googletrans>=4.0.0  # For translation

## Development Dependencies
# pytest>=7.4.0
# black>=23.0.0
# flake8>=6.0.0
# mypy>=1.0.0

## Production Dependencies (for web service)
# fastapi>=0.104.0
# uvicorn>=0.24.0
# sqlalchemy>=2.0.0
# redis>=4.5.0
# jwt>=1.3.1

## Note: This is a lightweight skill that doesn't require external dependencies
## All functionality is built-in for easy deployment