crossplane / crossplane/cli

Support git-style Python dependencies

Open
#18 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
19
Forks
31
Avg merge
3d 4h
Merged PRs (30d)
52

Description

### What problem are you facing?

I'd like to use git dependencies, e.g. for as-yet unreleased function-sdk-python builds. Unfortunately I can't because the build container doesn't have git installed.

```toml
dependencies = [
"crossplane-function-sdk-python @ git+https://github.com/negz/function-sdk-python.git@fb3968281747d4ee1f15b4f1eb14fec2a62c2326",
"click==8.3.2",
"grpcio>=1.73.1",
"crossplane-models @ file:./../../schemas/python",
]
```

### How could Crossplane help solve your problem?

Use a build container with `git` available.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.