# TencentHotSearch-skill Dependencies
# =====================================
#
# Core Functionality: NO EXTERNAL DEPENDENCIES REQUIRED
# This skill uses only Python standard library modules:
#   - urllib.request, urllib.parse (HTTP requests)
#   - hashlib, hmac (HMAC-SHA256 signing)
#   - json, os, sys, time, datetime, pathlib, typing, argparse
#
# Optional: CSV Export Support
# Install pandas only if you need CSV format export:
#   pip install pandas>=2.0.0
#
# Supported output formats without pandas:
#   - JSON (.json)
#   - Markdown (.md)
#   - Text (.txt)
#
# Supported output formats with pandas:
#   - CSV (.csv)

# No dependencies listed - all core functionality uses stdlib
# Uncomment below only if CSV export is needed:
# pandas>=2.0.0
