Skip to content

Commit 7084ed8

Browse files
committed
need to use https for dep, of course
1 parent 6e1d5c6 commit 7084ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
1818
"jedi>=0.17.2,<0.20.0",
1919
"pluggy>=1.0.0",
20-
"python-lsp-jsonrpc @ git+ssh://git@github.com/valrus/python-lsp-jsonrpc#replace-ujson-with-orjson",
20+
"python-lsp-jsonrpc @ git+https://github.com/valrus/python-lsp-jsonrpc#egg=replace-ujson-with-orjson",
2121
"orjson>=3.10.0",
2222
]
2323
dynamic = ["version"]

0 commit comments

Comments
 (0)