# ClawBack - Congressional Trade Mirror Bot
# Core dependencies

# HTTP & OAuth
requests>=2.28.0
requests-oauthlib>=1.3.0

# PDF parsing for House disclosures
pdfplumber>=0.9.0

# Web scraping for Senate
beautifulsoup4>=4.11.0
selenium>=4.10.0
webdriver-manager>=4.0.0

# Data analysis & backtesting
pandas>=1.5.0
yfinance>=0.2.0

# Scheduling
schedule>=1.2.0

# Optional: Faster HTML parsing
lxml>=4.9.0

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