File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
containerregistry/azure-containerregistry Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
-e ../../../tools/azure-sdk-tools
2
2
-e ../../../tools/azure-devtools
3
3
../../core/azure-core
4
- aiohttp>=3.0
4
+ # Aiohttp 3.8.6 triggers https://github.com/aio-libs/aiohttp/issues/4581 on pypy for some reasons
5
+ aiohttp>=3.0, <3.8.6; platform_python_implementation == "PyPy"
6
+ aiohttp>=3.0 ; platform_python_implementation != "PyPy"
5
7
azure-identity
Original file line number Diff line number Diff line change 4
4
-e ../../resources/azure-mgmt-resource
5
5
../../core/azure-core
6
6
../../nspkg/azure-data-nspkg
7
- aiohttp
7
+ # Aiohttp 3.8.6 triggers https://github.com/aio-libs/aiohttp/issues/4581 on pypy for some reasons
8
+ aiohttp<3.8.6 ; platform_python_implementation == "PyPy"
9
+ aiohttp ; platform_python_implementation != "PyPy"
8
10
azure-identity
9
11
python-dateutil>=2.8.0
You can’t perform that action at this time.
0 commit comments