diff options
-rw-r--r-- | continuedev/requirements.txt | 2 | ||||
-rw-r--r-- | run.m1.spec | 2 | ||||
-rw-r--r-- | run.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/continuedev/requirements.txt b/continuedev/requirements.txt index c40380b2..d430f20d 100644 --- a/continuedev/requirements.txt +++ b/continuedev/requirements.txt @@ -23,5 +23,5 @@ ripgrepy==2.0.0 replicate==0.11.0 bs4==0.0.1 redbaron==0.9.2 -python-lsp-server[websockets]==1.2.0 +python-lsp-server[websockets]==1.8.0 huggingface-hub==0.16.4
\ No newline at end of file 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=[], @@ -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=[], |