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

Dependencies reduction #350

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Darkiros
Copy link
Collaborator

Reduce dependencies to the minimum required.

Comment on lines +73 to +76
ssl = [
"humanize==4.4.0",
"sslyze==5.0.6"
]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@polyedre what do you think about it ? Is it better to install ssl module like that ?

Copy link
Contributor

@polyedre polyedre left a comment

Choose a reason for hiding this comment

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

I am not convinced by these changes:

  1. You duplicated the packages and versions in one additional file. Two files are already too much, but 3... (requirements.txt, pyproject.toml and Pipfile)
  2. You added a lot of explicit packages. This may cause dependency headaches in the future. And that's already the case ;)

If this change can only save about 10MB, I think it is not worth increasing the maintenance cost.

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.

2 participants