msgraph-beta-sdk-python icon indicating copy to clipboard operation
msgraph-beta-sdk-python copied to clipboard

pip package size

Open haavardw opened this issue 2 years ago • 0 comments
trafficstars

The current unzipped pip package size is >600MB making it unusable for deployment on systems like e.g. AWS lambda in my case.

It would be good if e.g. the package could be organized like e.g. the aws boto3 library where the services needed are packaged as package "extras" so you can do something like this in requirements.txt:

msgraph-beta-sdk[security,me] == 1.0.0a9

haavardw avatar Aug 23 '23 09:08 haavardw