# Core requirements
python-dotenv  # For environment variable handling
requests       # For URL handling and HTML grabbing
pymongo        # For MongoDB connections
debugpy        # For debugging utilities
bs4           # For HTML parsing
selenium      # For web scraping

# Development requirements (if needed)
pre-commit    # For git hooks
pylint        # For linting
pytest        # For testing
