Skip to content

Commit 094cd29

Browse files
swathipilmsyyc
andauthored
remove msrest dependency from mgmt template + add isodate (Azure#29318)
* remove msrest dependency + add isodate * Update setup.py --------- Co-authored-by: Yuchao Yan <[email protected]>
1 parent 1c31c43 commit 094cd29

File tree

1 file changed

+1
-1
lines changed
  • tools/azure-sdk-tools/packaging_tools/templates/packaging_files

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/packaging_tools/templates/packaging_files/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'pytyped': ['py.typed'],
7272
},
7373
install_requires=[
74-
"msrest>=0.7.1",
74+
"isodate<1.0.0,>=0.6.1",
7575
{%- if need_msrestazure %}
7676
"msrestazure>=0.4.32,<2.0.0",
7777
{%- endif %}

0 commit comments

Comments
 (0)