-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use setuptools extras for extra dependencies #44
Labels
enhancement
New feature or request
Comments
That's actually a nice idea. I think we can do something like that. |
amuraru
added a commit
that referenced
this issue
May 29, 2022
amuraru
added a commit
that referenced
this issue
May 29, 2022
amuraru
added a commit
that referenced
this issue
May 29, 2022
amuraru
added a commit
that referenced
this issue
Jun 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 withpip install himl[vault, aws]
The text was updated successfully, but these errors were encountered: