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 unnecessary dependencies in production #351

Open
whitehat101 opened this issue May 2, 2024 · 0 comments
Open

Remove unnecessary dependencies in production #351

whitehat101 opened this issue May 2, 2024 · 0 comments

Comments

@whitehat101
Copy link

When discussing crypto backends the README says:

Due to complexities with setuptools, the native-python backend is always installed, even if you select a different backend on install. We recommend that you remove unnecessary dependencies in production.

How are we supposed to do that?

I can't find a package manager feature that can block transitive dependencies. Are we supposed to manually rm -rf those packages from the VENV after install?

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

No branches or pull requests

1 participant