diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-11 14:16:50 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-11 14:16:50 -0700 |
commit | bda56549ba86333728c323f0f63e15bde0366fed (patch) | |
tree | c35f9a0bf7cb5c25e16d7d7e72e7d31fce425902 /run.m1.spec | |
parent | 8a06ca00f1306c2677d72f09a39fd1325381b3b2 (diff) | |
download | sncontinue-bda56549ba86333728c323f0f63e15bde0366fed.tar.gz sncontinue-bda56549ba86333728c323f0f63e15bde0366fed.tar.bz2 sncontinue-bda56549ba86333728c323f0f63e15bde0366fed.zip |
build: :pushpin: update version for python-lsp-server
Diffstat (limited to 'run.m1.spec')
-rw-r--r-- | run.m1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run.m1.spec b/run.m1.spec index e4baa0f2..bbd7bbc1 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', 'pylsp'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], |