Skip to content

Support UV #279

Description

@constja

Hey, so sam-cli supports UV by now.
It'd be nice if we could add UV as a package manager too

As far as I can tell we'd just need to create a new method here:

def _make_pip_command(base_path):
return [
"pip",
"install",
"--no-cache-dir",
"--no-color",
"--disable-pip-version-check",
"--upgrade",
"--requirement",
str(base_path / "requirements.txt"),
"--target",
str(base_path / "build"),
"setuptools<82",
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions