Skip to content

Commit

Permalink
Add missing dependency on azure-mgmt-core (Azure#18249)
Browse files Browse the repository at this point in the history
* add missing dependency on azure-mgmt-core
  • Loading branch information
scbedd authored Apr 27, 2021
1 parent 28e5c5e commit e3a2bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/regionmove/azure-mgmt-regionmove/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
'azure-mgmt-core<2.0.0,>=1.2.0'
],
extras_require={
":python_version<'3.0'": ['azure-mgmt-nspkg'],
Expand Down

0 comments on commit e3a2bc9

Please sign in to comment.