# GitHub Forensics Schema Dependencies

# Core
pydantic==2.4.0

# HTTP requests for GitHub API, Wayback, etc.
requests==2.33.0

# BigQuery for GH Archive (optional - only needed for GH Archive verification)
google-cloud-bigquery>=3.0.0
google-auth>=2.0.0

# Wayback Machine API (github-wayback-recovery skill)
waybackpy>=3.0.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
