scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Is the requirement "azure==4.0.0" excessive? #79

Open snorrea opened 3 years ago

snorrea commented 3 years ago

AFAIK this library is an abstraction over Azure Storage. If so, why does it require the azure module? In practice, this installs the full suite of Azure modules, including modules required to manage CosmosDB, Azure Batch, and even Azure Compute. I'm worried that this requirement bloats any environments installing this module for use with Azure, and necessitates other dependencies due to all the other modules that get installed.

Am I missing something?

scottwernervt commented 3 years ago

Am I missing something?

No. I think the older azure package was required for azure storage access. #71 will switch to the latest azure storage package and eliminate this.