Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed Feb 17, 2017
1 parent f2a14e7 commit 005ce86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
packages=find_packages(),
install_requires=[
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'msrestazure~=0.4.7',
],
)
4 changes: 2 additions & 2 deletions azure-mgmt-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
'azure-mgmt-nspkg',
'msrestazure~=0.4.7',
'azure-common~=1.1.4',
'msrestazure~=0.4.6',
'azure-mgmt-nspkg',
],
)

0 comments on commit 005ce86

Please sign in to comment.