Skip to content

Commit 940e0df

Browse files
authored
fix pyinstaller issues with rich>=14.3.1 (#48)
1 parent 7364eac commit 940e0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dist-bin/localstack build: $(VENV_ACTIVATE) main.py
3030
--hidden-import localstack.pro.core.plugins \
3131
--hidden-import localstack.pro.core.cli.localstack \
3232
--hidden-import localstack.pro.core.extensions.plugins \
33+
--collect-all=rich \
3334
--copy-metadata localstack_ext \
3435
--collect-data localstack.pro.core \
3536
--additional-hooks-dir hooks

0 commit comments

Comments
 (0)