# NotebookLM Skill Dependencies
# These will be installed in the skill's local .venv
#
# For reproducible installs with hash verification, use the lock file:
#   pip install --require-hashes -r requirements.lock
# Closes audit VULN-006 (lock file presence) and VULN-016 (patchright
# integrity verification via the lock's per-wheel sha256 hashes).

# Core browser automation with anti-detection
# Note: After installation, run: patchright install chrome
# (Chrome is required, not Chromium, for cross-platform reliability)
patchright==1.55.2

# Environment management
python-dotenv==1.0.0