# Core dependencies
rich>=13.7.0
click>=8.1.7
prompt-toolkit>=3.0.0
questionary>=2.0.0

# AI/LLM providers
google-generativeai>=0.3.0
anthropic>=0.7.0
groq>=0.4.0
openai>=1.0.0

# HTTP and utilities
requests>=2.31.0
httpx>=0.25.0
packaging>=23.0

# Terminal UI
pyfiglet>=1.0.2
colorama>=0.4.6

# Configuration
python-dotenv>=1.0.0
PyYAML>=6.0.1

# Security tools (optional but useful)
# These can be installed separately if needed
# nmap, nikto, sqlmap etc are system tools

