Skip to content

Commit 6c38171

Browse files
authored
fix(vscode): add web deps to lsp (#4436)
1 parent 450b2c1 commit 6c38171

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,15 @@ web = [
118118
"pyarrow",
119119
]
120120
lsp = [
121+
# Duplicate of web
122+
"fastapi==0.115.5",
123+
"watchfiles>=0.19.0",
124+
"uvicorn[standard]==0.22.0",
125+
"sse-starlette>=0.2.2",
126+
"pyarrow",
127+
# For lsp
121128
"pygls",
122-
"lsprotocol"
129+
"lsprotocol",
123130
]
124131
risingwave = ["psycopg2"]
125132

0 commit comments

Comments
 (0)