# Core Dependencies for indus-agents with OpenAI and Anthropic Integration

# LLM API clients
openai>=1.12.0
anthropic>=0.35.0

# Configuration and validation
pydantic>=2.0.0

# Environment variable management
python-dotenv>=1.0.0

# CLI Interface
typer>=0.9.0
rich>=13.0.0

# Optional: Development and testing dependencies
# Uncomment if needed for development

# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# black>=23.0.0
# ruff>=0.1.0
# mypy>=1.0.0
