Saturday, 15 December 2018

How to specify in the pipfile package from custom git branch using pipfile?

It is possible to specify in Pipfile packages from custom Git repository. But I cannot find a comprehensive documentation on how to specify the concrete branch or a commit to be used for installation.

Is there a complete reference on how to use Git URLs for python packages in the Pipfile that are supported by the pipenv for specifying custom branches, versions or commits?

It would be really nice to have it with equivalent pipenv command line arguments.



from How to specify in the pipfile package from custom git branch using pipfile?

No comments:

Post a Comment