Skip to content

Commit

Permalink
[Communication] Move core dependency to setup.py from dev_requirement…
Browse files Browse the repository at this point in the history
…s in communication management package (#16077)

* Move core dependency to setup.py from dev_requirements

* change azure core dependency version

* Update core version to be >=1.2.2

Co-authored-by: turalf <tufarhad@microsoft.com>
  • Loading branch information
turalf and turalf authored Jan 20, 2021
1 parent 6e87b80 commit dd14599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../azure-communication-nspkg
-e ../azure-communication-administration
aiohttp>=3.0; python_version >= '3.5'
1 change: 1 addition & 0 deletions sdk/communication/azure-mgmt-communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
"azure-core<2.0.0,>=1.2.2"
],
extras_require={
":python_version<'3.0'": ['azure-mgmt-nspkg'],
Expand Down

0 comments on commit dd14599

Please sign in to comment.