# PegaProx Requirements # Install with: pip install -r requirements.txt # === Core (Required) === flask>=2.3.0 flask-cors>=4.0.0 flask-sock>=0.6.0 flask-compress>=1.14 requests>=2.28.0 urllib3>=1.26.0 # === Encryption & Security === cryptography>=41.0.0 pyopenssl>=23.0.0 argon2-cffi>=23.0.0 # === SSH & Console === paramiko>=3.0.0 websockets>=11.0 websocket-client>=1.6.0 # === Performance (Recommended) === gevent>=23.0.0 gevent-websocket>=0.10.0 # === Two-Factor Auth === pyotp>=2.9.0 qrcode[pil]>=7.4.0 # === LDAP Auth === ldap3>=2.9.0 # === OIDC JWT Verification === PyJWT[crypto]>=2.8.0 # === ESXi Migration (Optional) === pyvmomi>=8.0.0 # === XCP-ng Integration (Optional) === XenAPI>=23.14.0