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

Added support for Pipfile.lock #69

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Added support for Pipfile.lock #69

wants to merge 6 commits into from

Conversation

CameronHall
Copy link

@CameronHall CameronHall commented Sep 11, 2021

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 🤷‍♂️

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 this pull request may close these issues.

1 participant