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