summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.m1.spec2
-rw-r--r--run.spec2
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=[],
diff --git a/run.spec b/run.spec
index 6e8831af..3956a957 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'] + copy_metadata('replicate'),
+ hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'pylsp'] + copy_metadata('replicate'),
hookspath=[],
hooksconfig={},
runtime_hooks=[],