From 19438fcc89828b52ef8769d6f299859898a4ab68 Mon Sep 17 00:00:00 2001 From: Steve Jones Date: Wed, 21 Aug 2019 13:18:38 -0700 Subject: [PATCH] Remove azure dependencies, these are now transitive via appscale-agents --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 7be345f6..4a438abd 100644 --- a/setup.py +++ b/setup.py @@ -44,16 +44,12 @@ install_requires=[ 'adal>=0.4.7', 'appscale-agents', - 'azure==2.0.0', - 'azure-mgmt-marketplaceordering', 'cryptography>=2.3.0', 'argparse', 'boto', 'google-api-python-client==1.5.4', 'haikunator', 'httplib2', - 'keyring<19.0.0', - 'msrestazure==0.4.34', 'oauth2client==4.0.0', 'pyOpenSSL>=18.0.0', 'PyYAML',