summaryrefslogtreecommitdiff
path: root/run.spec
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-04 11:01:37 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-04 11:01:37 -0700
commit45d9bab5cea745573be7112d7130089c596c88fa (patch)
tree0d8cfd11432ab929578f90eafd041cd80935250d /run.spec
parentb632a5ab537069e22b976b097b34b9879be18168 (diff)
downloadsncontinue-45d9bab5cea745573be7112d7130089c596c88fa.tar.gz
sncontinue-45d9bab5cea745573be7112d7130089c596c88fa.tar.bz2
sncontinue-45d9bab5cea745573be7112d7130089c596c88fa.zip
fix: :bug: traceback fixes, remove replicate from hiddenimports
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 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=[],