Hacker News new | ask | show | jobs
by EdwardDiego 2407 days ago
> With yarn I can get a package.lock

pipenv generates a Pipfile.lock - if it can, I've used it primarily for Airflow, and some packages within Airflow have incompatible version ranges for the same dependency, which means it can't generate the lock file.

1 comments

Oh, thanks - I'll give it a whirl!