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 29, 2018
1 parent d9c8d85 commit beda14b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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-mgmt-containerservice==3.0.1',
'azure-common==1.1.9',
'azure-mgmt-containerservice==3.0.0',
'msrestazure==0.4.25',
'urllib3==1.22'
],
setup_requires=[
Expand Down

0 comments on commit beda14b

Please sign in to comment.