# Datadog MCP Server Dependencies
# Generated from pyproject.toml

# Core MCP framework
fastmcp>=2.11.2

# HTTP client for API calls
httpx>=0.28.1

# Environment variable management
python-dotenv>=1.0.0

# yaml for configuration file parsing
pyyaml>=6.0.0

# Additional dependencies found in code
# (These are part of Python standard library, no additional packages needed)
# - os, json, csv, re, datetime, timezone, typing, pathlib
# - yaml (for config files)
# - platform (for OS detection)
