We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1d5c6 commit 7084ed8Copy full SHA for 7084ed8
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
18
"jedi>=0.17.2,<0.20.0",
19
"pluggy>=1.0.0",
20
- "python-lsp-jsonrpc @ git+ssh://git@github.com/valrus/python-lsp-jsonrpc#replace-ujson-with-orjson",
+ "python-lsp-jsonrpc @ git+https://github.com/valrus/python-lsp-jsonrpc#egg=replace-ujson-with-orjson",
21
"orjson>=3.10.0",
22
]
23
dynamic = ["version"]
0 commit comments