We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74be99 commit c8d7967Copy full SHA for c8d7967
pyproject.toml
@@ -30,8 +30,6 @@ classifiers = [
30
]
31
dependencies = [
32
"azure-identity>=1.22.0",
33
- "azure-mgmt-authorization>=4.0.0",
34
- "azure-mgmt-keyvault>=12.1.1",
35
"black>=25.1.0",
36
"colorama>=0.4.6",
37
"mcp[cli]>=1.12.1",
@@ -46,6 +44,8 @@ dependencies = [
46
44
47
45
[project.optional-dependencies]
48
dev = [
+ "azure-mgmt-authorization>=4.0.0",
+ "azure-mgmt-keyvault>=12.1.1",
49
"coverage[toml]>=7.9.1",
50
"google-api-python-client>=2.184.0",
51
"google-auth-httplib2>=0.2.0",
0 commit comments