# Core dependencies
google-api-python-client==2.86.0
requests==2.31.0
beautifulsoup4==4.12.2

# Testing
pytest==7.3.1
pytest-cov==4.0.0

# Code quality
flake8==6.0.0
black==23.3.0
isort==5.12.0

# Documentation
Sphinx==6.2.1
sphinx-rtd-theme==1.2.1

# Development
tox==4.5.1
twine==4.0.2

# Optional - for advanced features
# pandas==2.0.1
# matplotlib==3.7.1
# seaborn==0.12.2