Skip to content

Commit

Permalink
keyvault and storage have a conflict between mindependency and what l…
Browse files Browse the repository at this point in the history
…ocal azure-identity requires. resolve it (#20391)
  • Loading branch information
scbedd authored and iscai-msft committed Sep 29, 2021
1 parent 0679e35 commit 58f9897
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-keys/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-e ../../../tools/azure-devtools
../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-mgmt-keyvault
-e ../../../tools/azure-sdk-tools
../../nspkg/azure-keyvault-nspkg
aiohttp>=3.0; python_version >= '3.5'
azure-identity
parameterized>=0.7.3
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
../../core/azure-core
-e ../../identity/azure-identity
azure-identity
-e ../../storage/azure-mgmt-storage
aiohttp>=3.0; python_version >= '3.5'
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
../../core/azure-core
-e ../../identity/azure-identity
azure-identity
-e ../azure-storage-blob
aiohttp>=3.0; python_version >= '3.5'
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
../../core/azure-core
-e ../../identity/azure-identity
azure-identity
aiohttp>=3.0; python_version >= '3.5'

0 comments on commit 58f9897

Please sign in to comment.