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.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.spec') 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