From 1e8ea654f5ad1e06bff2660b54a50955098703ba Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 4 Sep 2023 12:35:27 -0700 Subject: fix: :green_heart: update pylsp hidden import --- run.m1.spec | 2 +- 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=[], 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=[], -- cgit v1.2.3-70-g09d2