# BlazeMeter 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

# Additional dependencies found in code
# (These are part of Python standard library, no additional packages needed)
# - os, json, csv, time, zipfile, shutil, base64, datetime, typing
# - yaml (for config files)
# - platform (for OS detection)
# - re (for regex)
# - asyncio (for async operations)
