Skip to content

Commit

Permalink
Do not install all azure packages
Browse files Browse the repository at this point in the history
Often azure brokes packege dependencies and our CI became broken.
Install only that azure packages, tht we are using.
  • Loading branch information
Ekaterina Chernova committed Jun 28, 2018
1 parent d9c8d85 commit 84938a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
'google-api-python-client==1.6.4',
'google-auth==1.2.1',
'google-auth-httplib2==0.0.3',
'azure',
'azure-common==1.1.12',
'azure-mgmt-containerservice==3.0.1',
'msrestazure==0.4.33',
'urllib3==1.22'
],
setup_requires=[
Expand Down

0 comments on commit 84938a0

Please sign in to comment.