Skip to content

Commit

Permalink
Fix Azure#644 - make dependencies more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 10, 2017
1 parent 957d2a2 commit 3dc2d4f
Show file tree
Hide file tree
Showing 31 changed files with 62 additions and 31 deletions.
3 changes: 2 additions & 1 deletion azure-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-graphrbac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'azure.graphrbac.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-keyvault/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'azure.mgmt.authorization.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-cognitiveservices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'azure.mgmt.cognitiveservices.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-commerce/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'azure.mgmt.commerce.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-containerregistry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-datalake-analytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-datalake-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-datalake-store/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-datalake-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-devtestlabs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
'azure.mgmt.dns.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-eventhub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-iothub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-logic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
'azure.mgmt.logic.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-media/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-network/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-notificationhubs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
'azure.mgmt.notificationhubs.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-powerbiembedded/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'azure.mgmt.powerbiembedded.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
'azure.mgmt.redis.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-resource/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
'azure.mgmt.scheduler.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-servermanager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-servicebus/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-sql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-trafficmanager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)
3 changes: 2 additions & 1 deletion azure-mgmt-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
'azure.mgmt.web.operations',
],
install_requires=[
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)
3 changes: 2 additions & 1 deletion azure-monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
],
)

0 comments on commit 3dc2d4f

Please sign in to comment.