Skip to content

Commit f262d80

Browse files
anubhav-slmazuel
authored andcommitted
Update setup.py for azure-keyvault
comma is missing in install_requires, so fixing it.
1 parent afe33d1 commit f262d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-keyvault/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
packages=find_packages(),
8080
install_requires=[
8181
'msrestazure>=0.4.15',
82-
'msrest>=0.4.17'
82+
'msrest>=0.4.17',
8383
'azure-common~=1.1.5',
8484
],
8585
cmdclass=cmdclass

0 commit comments

Comments
 (0)