You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.