# Production Dependencies for Lumecode

# Core CLI framework
click>=8.1.7
rich>=13.7.0

# LLM Provider APIs
groq>=0.4.0
httpx>=0.25.0

# Configuration and environment
python-dotenv>=1.0.0

# Interactive REPL (NEW)
prompt-toolkit>=3.0.43

# Token counting for context management (NEW)
tiktoken>=0.5.2

# Async operations (NEW)
aiohttp>=3.9.1

# Syntax highlighting (NEW)
pygments>=2.17.2

# Plugin system (NEW)
pluggy>=1.3.0

# Optional: Web search integration
# serpapi>=1.1.0

# Optional: Background task system
# celery>=5.3.4
