You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package, installed with pip, is about 363MB, which is quite sizable, (like almost 7x the size of pandas, an already pretty large library)
With the dependencies, that comes to 383MB+
363M oci
20M cryptography
Is there a plan to make this SDK installable in modules (like oci["storage"]), to be able to use specific parts only when needed?
If I only need to use the storage client, it seems a bit excessive to have to install an almost 400MB package just for that. This makes docker images much larger than they could be.
The text was updated successfully, but these errors were encountered:
The package, installed with pip, is about 363MB, which is quite sizable, (like almost 7x the size of pandas, an already pretty large library)
With the dependencies, that comes to 383MB+
363M oci
20M cryptography
Is there a plan to make this SDK installable in modules (like
oci["storage"]
), to be able to use specific parts only when needed?If I only need to use the storage client, it seems a bit excessive to have to install an almost 400MB package just for that. This makes docker images much larger than they could be.
The text was updated successfully, but these errors were encountered: