-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
enhancementNew feature or requestNew feature or request
Description
These integrations https://github.com/adobe/himl#feature-secrets-retrieval depends on external packages which are not required for the basic operation of the package.
What do you think of moving these dependencies (boto, hvac...) to extra_requires ?
https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#id7
Then users will be able to install the simple package with pip install himl and add functionnality with pip install himl[vault, aws]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request