summaryrefslogtreecommitdiff
path: root/run.spec
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-09 11:13:02 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-09 11:13:02 -0700
commitbd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2 (patch)
tree42d0ad673368fce680af988ab62887c433f3f39c /run.spec
parent01b3f1ff8f4dd89ae79f15626ef5a3af2bc558c4 (diff)
downloadsncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.tar.gz
sncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.tar.bz2
sncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.zip
fix: :bug: temporarily remove replicate altogether
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 b774ec93..f7b2d3a3 100644
--- a/run.spec
+++ b/run.spec
@@ -12,7 +12,7 @@ a = Analysis(
('continuedev', 'continuedev'),
(certifi.where(), 'ca_bundle')
],
- hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'replicate'],
+ hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],