# CCMD Python Dependencies

# YAML parsing for commands.yaml
PyYAML>=6.0

# Interactive TUI components for v1.1.0+
questionary>=2.0.0

# Git integration for smart push command
# Pinned to 3.1.43 to avoid security vulnerabilities in earlier versions
GitPython==3.1.43

# Password hashing for v1.1.1 security features
bcrypt>=4.0.0
