From 45d9bab5cea745573be7112d7130089c596c88fa Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 4 Sep 2023 11:01:37 -0700 Subject: fix: :bug: traceback fixes, remove replicate from hiddenimports --- run.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.spec') diff --git a/run.spec b/run.spec index 19181249..6e8831af 100644 --- a/run.spec +++ b/run.spec @@ -13,7 +13,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') ], - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'python-lsp-server', 'replicate'] + copy_metadata('replicate'), + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'python-lsp-server'] + copy_metadata('replicate'), hookspath=[], hooksconfig={}, runtime_hooks=[], -- cgit v1.2.3-70-g09d2