# Core dependencies
proxmoxer==2.0.1
paramiko==3.3.1
PyYAML==6.0.1
click==8.1.7
python-dotenv==1.0.0

# Security
cryptography==41.0.7  # For paramiko

# Utilities
requests==2.31.0  # For proxmoxer
tabulate==0.9.0  # For table formatting
colorama==0.4.6  # For colored output
rich==13.7.0  # For beautiful terminal UI