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.m1.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.m1.spec')
-rw-r--r-- | run.m1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run.m1.spec b/run.m1.spec index ad75856a..5f1cc850 100644 --- a/run.m1.spec +++ b/run.m1.spec @@ -13,7 +13,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle'), ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'replicate'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'python-lsp-server'], hookspath=[], hooksconfig={}, runtime_hooks=[], |