Skip to content

Commit f92c8c9

Browse files
authored
add msrest dependency (Azure#7062)
1 parent 49d4623 commit f92c8c9

File tree

1 file changed

+2
-1
lines changed
  • sdk/appconfiguration/azure-appconfiguration

1 file changed

+2
-1
lines changed

sdk/appconfiguration/azure-appconfiguration/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
],
8585
zip_safe=False,
8686
packages=find_packages(exclude=exclude_packages),
87-
install_requires=[
87+
install_requires=[
88+
"msrest>=0.5.0",
8889
"azure-core<2.0.0,>=1.0.0b2",
8990
],
9091
extras_require={

0 commit comments

Comments
 (0)