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

Switch to pipenv ? #1517

Closed
2 tasks
leplatrem opened this issue Feb 26, 2018 · 6 comments
Closed
2 tasks

Switch to pipenv ? #1517

leplatrem opened this issue Feb 26, 2018 · 6 comments
Labels

Comments

@leplatrem
Copy link
Contributor

  • pipenv is the official tool recommended on python.org
  • pipenv = pip + virtualenv + virtualenvwrapper
  • Verifies dependencies hashes (.lock file)
  • Handles default/dev dependencies
  • Has a nice CLI
  • Mimics Cargo

Basically it would just consist in:

  • Changing parts of the Makefile
  • Changing contributing / installation docs
@leplatrem
Copy link
Contributor Author

Blocked by the fact that Pyup does not update Pipfile.lock: pyupio/pyup#197

mozilla-services/socorro#4333 (comment)

@leplatrem
Copy link
Contributor Author

@peterbe could you please confirm that switching to Renovate instead of Pyup would allow us to use pipenv?

@peterbe
Copy link
Contributor

peterbe commented Sep 20, 2018

Still an open issue renovatebot/renovate#2212

@leplatrem
Copy link
Contributor Author

Note: Dependabot supports Pipenv :)

@leplatrem
Copy link
Contributor Author

How does Pipenv play with tox?

@leplatrem
Copy link
Contributor Author

Archiving old issues.

See also #2445 #1921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants