# MCP KQL Server Dependencies
# Minimal dependencies for CI compatibility

# Core dependencies (lightweight)
pydantic>=2.0.0
typing-extensions>=4.0.0
tabulate>=0.9.0

# Note: Azure and MCP dependencies are optional for development/CI
# Install full dependencies with: pip install azure-kusto-data fastmcp mcp tenacity
# For production use, install these additional packages:
# - fastmcp>=0.4.0
# - mcp>=1.9.0  
# - azure-kusto-data>=4.0.0
# - azure-identity>=1.15.0
# - azure-core>=1.29.0
# - tenacity>=8.0.0
# - httpx>=0.25.0
# - requests>=2.31.0
# - click>=8.0.0
# - colorama>=0.4.6
# - python-dotenv>=1.0.0