List aiohttp
in optional dependencies
#26200
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Storage
Storage Service (Queues, Blobs, Files)
Versions
Describe the bug
The
.aio
API of this library depends onaiohttp
but the package does not require it.To Reproduce
Steps to reproduce the behavior:
pip install azure-storage-blob
aiohttp
is not installedExpected behavior
Expected the package to have an optional dependency on
aiohttp
.Example:
https://github.com/HENNGE/aiodynamo/blob/1e3ea24042ac1ca3914aedd9d2ffcf0b1d0ef226/pyproject.toml#L23-L32
The text was updated successfully, but these errors were encountered: