diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-04 12:35:27 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-04 12:35:27 -0700 |
commit | 1e8ea654f5ad1e06bff2660b54a50955098703ba (patch) | |
tree | bb971dbb824d57aa15010e46676ae7155daf6269 | |
parent | d103263030ad52debe73bd131c71bbf17f545956 (diff) | |
download | sncontinue-1e8ea654f5ad1e06bff2660b54a50955098703ba.tar.gz sncontinue-1e8ea654f5ad1e06bff2660b54a50955098703ba.tar.bz2 sncontinue-1e8ea654f5ad1e06bff2660b54a50955098703ba.zip |
fix: :green_heart: update pylsp hidden import
-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=[], |