Feature Request
Using pip install I am able to use git repositories which have LFS enabled as dependencies in py pyproject.toml. In my projects I often use LFS for storing ML models so that the model and source code are matched in the repo.
I would like to propose allowing git LFS clones when pulling packages from git. My proposal would be to have it as an extra argument in the dependency specification like this:
myprivaterepo = { git = "git@github.com:myorganization/myprivaterepo.git", branch = "master", lfs = "enabled"
Feature Request
Using pip install I am able to use git repositories which have LFS enabled as dependencies in py pyproject.toml. In my projects I often use LFS for storing ML models so that the model and source code are matched in the repo.
I would like to propose allowing git LFS clones when pulling packages from git. My proposal would be to have it as an extra argument in the dependency specification like this:
myprivaterepo = { git = "git@github.com:myorganization/myprivaterepo.git", branch = "master", lfs = "enabled"