Skip to content

Support git-style Python dependencies #18

@negz

Description

@negz

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions