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

Introduce dependency pinning #488

Open
cafca opened this issue Nov 23, 2020 · 0 comments
Open

Introduce dependency pinning #488

cafca opened this issue Nov 23, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@cafca
Copy link
Contributor

cafca commented Nov 23, 2020

What's the problem you want solved?

Dependencies are currently only specified throught requirements.txt, which also doesn't contain all sub-dependencies but just direct dependencies of our code. This means that our deployments are not deterministic as sub-dependency versions might change from deployment to deployment without changes to our repo.

Is there a solution you'd like to recommend?

Suggest and configure a tool that allows for dependency pinning.

@cafca cafca added the help wanted Extra attention is needed label Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant