Closed
Description
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
Labels
No labels