# BigQuery MCP Server Requirements
# Production-ready BigQuery MCP server with comprehensive Google Cloud integration

# FastMCP framework for MCP server implementation
fastmcp>=2.12.0

# Google Cloud BigQuery client library
google-cloud-bigquery>=3.36.0

# Google Cloud authentication libraries
google-auth>=2.40.0
google-auth-oauthlib>=1.2.0
google-auth-httplib2>=0.2.0

# OAuth2 support for Google authentication
google-oauth2-tool>=0.0.3

# Additional Google Cloud core libraries
google-api-core>=2.25.1
google-cloud-core>=2.4.1

# HTTP client with retry and timeout support
requests>=2.31.0

# JSON handling for BigQuery responses
google-cloud-bigquery-storage>=2.32.0

# Async support for concurrent operations
aiohttp>=3.12.0

# Configuration and environment management
python-dotenv>=1.1.0

# SQL
sqlparse>=0.5.3
