mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
pygls (pronounced like "pie glass") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing your own Language Servers in just a few lines of code.
11 lines
304 B
TOML
11 lines
304 B
TOML
--- pyproject.toml.orig 2024-03-26 18:43:55 UTC
|
|
+++ pyproject.toml
|
|
@@ -20,7 +20,7 @@ cattrs = ">=23.1.2"
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8"
|
|
cattrs = ">=23.1.2"
|
|
-lsprotocol = "2023.0.1"
|
|
+lsprotocol = ">=2023.0.1"
|
|
websockets = { version = ">=11.0.3", optional = true }
|
|
|
|
[tool.poetry.extras]
|