1. Describe your new request in detail It would be good if the optional azure or oci packages could be installed with pip install .oci and similar. 2. Give supporting information about tools and operating systems. Give relevant product version numbers This would need something something along the lines of the following in the setup.py ```json extras_require={ "azure": [ "azure-appconfiguration", "azure-core", "azure-identity", "azure-keyvault-secrets" ], "oci": [ "oci" ] } ``` This would help with downstream packaging of this module also. Thanks.