Skip to content

Commit

Permalink
update setup template
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 committed Jul 8, 2022
1 parent 1722c28 commit 3617b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/azure-sdk-tools/packaging_tools/templates/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
{%- if need_msrestazure %}
'msrestazure>=0.4.32,<2.0.0',
{%- endif %}
'azure-common~=1.1',
{%- if need_azurecore %}
'azure-core>=1.23.0,<2.0.0',
'azure-core>=1.24.0,<2.0.0',
{%- endif %}
{%- if need_azuremgmtcore %}
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
{%- endif %}
],
python_requires=">=3.6"
Expand Down

0 comments on commit 3617b3c

Please sign in to comment.