Skip to content

Commit dd14599

Browse files
turalfturalf
andauthored
[Communication] Move core dependency to setup.py from dev_requirements 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 <[email protected]>
1 parent 6e87b80 commit dd14599

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-e ../../../tools/azure-devtools
22
-e ../../../tools/azure-sdk-tools
3-
-e ../../core/azure-core
43
../azure-communication-nspkg
54
-e ../azure-communication-administration
65
aiohttp>=3.0; python_version >= '3.5'

sdk/communication/azure-mgmt-communication/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
'msrest>=0.5.0',
8585
'msrestazure>=0.4.32,<2.0.0',
8686
'azure-common~=1.1',
87+
"azure-core<2.0.0,>=1.2.2"
8788
],
8889
extras_require={
8990
":python_version<'3.0'": ['azure-mgmt-nspkg'],

0 commit comments

Comments
 (0)