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 pipenv in favor of pip-tools #370

Closed
redshiftzero opened this issue May 14, 2019 · 0 comments · Fixed by #372
Closed

Remove pipenv in favor of pip-tools #370

redshiftzero opened this issue May 14, 2019 · 0 comments · Fixed by #372
Assignees

Comments

@redshiftzero
Copy link
Contributor

Unfortunately Pipenv isn't working well for our use case: we want to be able to selectively update single dependencies without updating other (unrelated) dependencies. While Pipenv does have some other nice features, this feature is a must-have. There are a bunch of upstream issues/PRs already tracking this:

We've tried to work around this with #233, or by manually editing Pipfile.lock (which defeats the purpose of using a tool), and at this point I think we've spent too much time trying to get this tool to work for us, and should just fall back to using pip-tools as we do over in SecureDrop core. We can re-evaluate later if the situation upstream changes.

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 a pull request may close this issue.

1 participant