# CLI Framework
click>=8.1.7

# Encryption
cryptography>=41.0.7

# gRPC Client for Backend API
grpcio>=1.60.0
grpcio-tools>=1.60.0
protobuf>=4.25.0

# MCP (Model Context Protocol) for generated servers
mcp>=1.0.0

# Semantic Search & Code Indexing
qdrant-client>=1.16.0
fastembed>=0.7.0
tree-sitter>=0.21.0
tree-sitter-python>=0.21.0

# Import path resolution (edge cases)
jedi>=0.19.0

# Utilities
python-dotenv>=1.0.0
pydantic>=2.0.0
typing-extensions>=4.9.0

# Interactive CLI
questionary>=2.0.0
prompt-toolkit>=3.0.0
rich>=13.0.0

# Development dependencies
pytest>=7.4.3
pytest-cov>=4.1.0
black>=23.12.1
flake8>=6.1.0
mypy>=1.7.1
