Skip to content

Commit

Permalink
Update setup.py for azure-keyvault
Browse files Browse the repository at this point in the history
comma is missing in install_requires, so fixing it.
  • Loading branch information
anubhav-s authored and lmazuel committed Mar 7, 2018
1 parent afe33d1 commit f262d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-keyvault/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
packages=find_packages(),
install_requires=[
'msrestazure>=0.4.15',
'msrest>=0.4.17'
'msrest>=0.4.17',
'azure-common~=1.1.5',
],
cmdclass=cmdclass
Expand Down

0 comments on commit f262d80

Please sign in to comment.