Update pygls (#83)

This commit is contained in:
Regen
2023-10-13 19:07:22 +09:00
committed by GitHub
parent cd7ba40b55
commit 0916b888d8
5 changed files with 325 additions and 274 deletions

View File

@@ -6,9 +6,9 @@ authors = [
{name = "Regen"},
]
dependencies = [
"pygls>=1.0.0",
"pygls>=1.1.1",
]
requires-python = ">=3.7,<3.12"
requires-python = ">=3.7.9,<3.12"
readme = "README.md"
license = {text = "MIT"}
keywords = ["cmake", "completion", "vim", "lsp"]