# foundry-sandbox development dependencies

# Web framework (gateway service)
Flask==3.0.0
Werkzeug==3.0.1
gunicorn==21.2.0

# HTTP clients
requests==2.31.0
httpx>=0.25.0

# Environment management
python-dotenv==1.0.0

# API proxy (mitmproxy addons)
mitmproxy>=10.0.0

# CLI and data models (Python rewrite)
click>=8.1
pydantic>=2.0

# YAML parsing (orchestration tests)
pyyaml>=6.0

# Testing
pytest>=8.0
pytest-cov>=5.0
pytest-timeout>=2.3
hypothesis>=6.100

# Type checking and linting
mypy>=1.10
ruff>=0.5
