# Core dependencies
click>=8.0.0
jinja2>=3.0.0
pyyaml>=6.0
pydantic>=2.0.0
requests>=2.28.0
aiohttp>=3.8.0

# LLM integration
ollama>=0.1.7

# Docker integration
docker>=6.0.0

# CLI and UI
rich>=13.0.0
typer>=0.9.0

# File watching
watchdog>=3.0.0

# Git integration
gitpython>=3.1.0

# Template engine additional
markupsafe>=2.1.0

# Async support
asyncio-throttle>=1.0.2

# Configuration
python-dotenv>=1.0.0

# Validation
jsonschema>=4.17.0

# HTTP client for LLM APIs
httpx>=0.24.0

# Process management
psutil>=5.9.0

# Logging
structlog>=23.1.0

# Development dependencies (optional)
# Uncomment for development setup
# pytest>=7.0
# pytest-cov>=4.0
# pytest-asyncio>=0.21.0
# black>=23.0
# flake8>=6.0
# mypy>=1.0
# pre-commit>=3.0
# isort>=5.12