diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-04 11:01:37 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-04 11:01:37 -0700 |
commit | 45d9bab5cea745573be7112d7130089c596c88fa (patch) | |
tree | 0d8cfd11432ab929578f90eafd041cd80935250d /run.spec | |
parent | b632a5ab537069e22b976b097b34b9879be18168 (diff) | |
download | sncontinue-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.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[], |