-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(installation): Make provider dependencies optional for pip installation #1647
Comments
Hi @mathiaHT thanks for the suggestion. We have in our roadmap the migration to use poetry and this is a really good idea. |
Hi @mathiaHT, as you can see, we have done some tests with Poetry extras and it didn't convince us, at the end of the day now we install aws or azure dependencies on every installation, that is not that much in terms of size so it is not a big deal. We will continue using the installer as it is so |
I use only aws as a cloud provider. So I dont perform test against azure but still the dependencies are all installed
Use of poetry extra feature to make azure and boto3 dependencies optional.
Then to install prowler it would be possible to do either
The text was updated successfully, but these errors were encountered: