We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5945e commit b7943eeCopy full SHA for b7943ee
2 files changed
src/azure-cli-core/setup.py
@@ -55,8 +55,8 @@
55
'knack~=0.11.0',
56
'microsoft-security-utilities-secret-masker~=1.0.0b4',
57
'msal-extensions==1.2.0',
58
- 'msal[broker]==1.35.0b1; sys_platform == "win32"',
59
- 'msal==1.35.0b1; sys_platform != "win32"',
+ 'msal[broker]==1.35.0b1; sys_platform == "win32" or sys_platform == "darwin"',
+ 'msal==1.35.0b1; sys_platform != "win32" and sys_platform != "darwin"',
60
'packaging>=20.9',
61
'pkginfo>=1.5.0.1',
62
# psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399
src/azure-cli/requirements.py3.Darwin.txt
@@ -109,7 +109,7 @@ jmespath==0.9.5
109
jsondiff==2.0.0
110
knack==0.11.0
111
msal-extensions==1.2.0
112
-msal==1.35.0b1
+msal[broker]==1.35.0b1
113
msrest==0.7.1
114
oauthlib==3.2.2
115
packaging==25.0
0 commit comments