Skip to content
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

Remove colorama optional dependency #443

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

lukpueh
Copy link
Member

@lukpueh lukpueh commented Oct 26, 2022

The coloroma library was used to optionally colorize the private key file path in a password prompt, for encryption or decryption.

Given that the feature is in a rarely used code path -- interactive calls are unlikely to be used outside of demo contexts -- and its merit it generally debatable, our broad goal to minimize dependencies weighs stronger.

The coloroma library was used to optionally colorize the private
key file path in a password prompt, for encryption or decryption.

Given that the feature is in a rarely used code path -- interactive
calls are unlikely to be used outside of demo contexts -- and its
merit it generally debatable, our broad goal to minimize
dependencies weighs stronger.

Signed-off-by: Lukas Puehringer <[email protected]>
Copy link
Collaborator

@jku jku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha! I was this 🤏 close to making this same patch yesterday

Copy link
Collaborator

@joshuagl joshuagl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great decision, thank you.

@lukpueh lukpueh merged commit 7252e60 into secure-systems-lab:master Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants