summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.spec b/run.spec
index f7b2d3a3..b774ec93 100644
--- a/run.spec
+++ b/run.spec
@@ -12,7 +12,7 @@ a = Analysis(
('continuedev', 'continuedev'),
(certifi.where(), 'ca_bundle')
],
- hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'],
+ hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'replicate'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],