Skip to content

Lazy load dependencies to reduce installation time #1

@whummer

Description

@whummer

Currently we are fetching all required dependencies as part of setup.py, which results in long installation times and potentially unnecessary downloads when users run pip install localstack.

We should change the download mechanism to fetch libs only when they are first used/accessed and do not yet exist on the system.

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