-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pin used dependencies with PipLock #33
Comments
Yap, sounds good |
As you are already using pyproject.toml, why not use poetry instead of pipenv? |
Hi @dvzrv ! Thank you for the suggestion! Last time I have checked poetry had own issues, hence I wanted to stay with the one I know until the other matures. Worth looking again on poetry definitely. |
@dvzrv By the way, why do you advocate for poetry? |
It's mainly because it (currently) seems to be one of the few "all-in-one" solutions (pipenv had so many awkward flaws - e.g. pypa/pipenv#2364 - and yes, to my knowledge does not support pyproject.toml). It's fairly convenient, because it can:
On the downside: Its use of venvs is not necessarily super fast, but then again, venvs are generally not super fast (it's the same for pipenv). ;-) |
To introduce automatic pinning, e.g. with Pipenv tool.
@daringer : what do you think?
The text was updated successfully, but these errors were encountered: