I'm unconventionally using a private Brew tap to deploy an internal piece of Python tooling. The problem is, generating Stanzas is a huge time sink. So much so that I actively avoid it updating dependencies. '
This PR adds the ability to interpret dependencies from a Pipfile.lock with a newly added option --lock. The --lock option expects a path to the directory containing the Pipefile.lock. Poet will take care of the rest.
I thought I fixed the build but apparently not. All tests are passing locally 🤷♂️
I'm unconventionally using a private Brew tap to deploy an internal piece of Python tooling. The problem is, generating Stanzas is a huge time sink. So much so that I actively avoid it updating dependencies. '
This PR adds the ability to interpret dependencies from a
Pipfile.lock
with a newly added option--lock
. The--lock
option expects a path to the directory containing thePipefile.lock
. Poet will take care of the rest.I thought I fixed the build but apparently not. All tests are passing locally 🤷♂️