Skip to content

Commit cd0a333

Browse files
add dotenv as a dep for azure-sdk-tools (#16532)
1 parent 54bacf9 commit cd0a333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/azure-sdk-tools/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
'pyopenssl',
2222
'azure-mgmt-resource',
2323
'azure-mgmt-storage',
24-
'azure-mgmt-keyvault'
24+
'azure-mgmt-keyvault',
25+
'python-dotenv'
2526
]
2627

2728
setup(

0 commit comments

Comments
 (0)