Support git-style Python dependencies
Open
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
Assessment
This issue has not been assessed yet.