Skip to content

Commit 7cf106f

Browse files
authored
fix datalake store setup (Azure#15995)
1 parent a32a3c5 commit 7cf106f

File tree

1 file changed

+1
-1
lines changed
  • sdk/datalake/azure-mgmt-datalake-store

1 file changed

+1
-1
lines changed

sdk/datalake/azure-mgmt-datalake-store/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
]),
8484
install_requires=[
8585
'msrest>=0.5.0',
86-
'msrestazure>=0.4.32,<2.0.0',
8786
'azure-common~=1.1',
87+
'azure-mgmt-core>=1.2.0,<2.0.0',
8888
],
8989
extras_require={
9090
":python_version<'3.0'": ['azure-mgmt-datalake-nspkg'],

0 commit comments

Comments
 (0)