From a0e95cb02ebc0e97c0ff4a80356d3b65ab0152e1 Mon Sep 17 00:00:00 2001 From: theamazingsamguy <51803433+theamazingsamguy@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:36:07 -0500 Subject: [PATCH] Update setup.sh add explicit six dependency back to Azure installation section --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9d8af1a..1f4f5c0 100755 --- a/setup.sh +++ b/setup.sh @@ -64,7 +64,7 @@ case $choice in azure-mgmt-recoveryservices azure-mgmt-recoveryservicesbackup \ azure-mgmt-redis azure-mgmt-costmanagement azure-mgmt-rdbms \ azure-mgmt-synapse azure-mgmt-netapp azure-mgmt-monitor azure-storage-blob \ - rich tenacity + rich tenacity six ;; 3) echo "Installing GCP dependencies..."