diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-11 13:06:08 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-11 13:06:08 -0700 |
commit | e2d170aac6fc01f410f60d06cf7011862cf26bd9 (patch) | |
tree | 2385a837612dec24893992fafd3d4099e050ebc5 | |
parent | 49f6b823649718bfe575b8558b211c8274f0efd1 (diff) | |
download | sncontinue-e2d170aac6fc01f410f60d06cf7011862cf26bd9.tar.gz sncontinue-e2d170aac6fc01f410f60d06cf7011862cf26bd9.tar.bz2 sncontinue-e2d170aac6fc01f410f60d06cf7011862cf26bd9.zip |
build: :package: add [websockets] to python-lsp-server
-rw-r--r-- | continuedev/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/requirements.txt b/continuedev/requirements.txt index a689f085..c40380b2 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==1.2.0 +python-lsp-server[websockets]==1.2.0 huggingface-hub==0.16.4
\ No newline at end of file |