summaryrefslogtreecommitdiff
path: root/run.spec
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-08 19:01:30 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-08 19:01:30 -0700
commitb75555f106be3c7612e7c31818ff674485096e4f (patch)
tree0537c2fcbecf114072b70e5908e5af49753c5774 /run.spec
parent809b15e947b48cb563b417188fee5cc47730c084 (diff)
downloadsncontinue-b75555f106be3c7612e7c31818ff674485096e4f.tar.gz
sncontinue-b75555f106be3c7612e7c31818ff674485096e4f.tar.bz2
sncontinue-b75555f106be3c7612e7c31818ff674485096e4f.zip
fix: :heavy_plus_sign: hidden import for replicate
Diffstat (limited to 'run.spec')
-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=[],